<?php socket_select( ?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds = 0): int|false
<?php $except = null; $selectResult = socket_select($read, $write, $except, $this->timeout); if ($selectResult === false) { break;