<?php stream_socket_accept(resource $socket, ?float $timeout = null, string &$peer_name = null): resource|false
<?php foreach ($read as $stream) { if ($this->socket === $stream) { $stream = stream_socket_accept($this->socket); $sockets[(int) $stream] = $stream; } elseif (feof($stream)) { unset($sockets[(int) $stream]);