<?php stream_select( ?array &$read, ?array &$write, ?array &$except, ?int $seconds, ?int $microseconds = null): int|false
<?php while (true) { $read = $sockets; stream_select($read, $write, $write, null); foreach ($read as $stream) { if ($this->socket === $stream) {