<?php socket_close(Socket $socket): void
<?php public function close(): self { socket_close($this->socket); return $this; }