<?php stream_select( ?array &$read, ?array &$write, ?array &$except, ?int $seconds, ?int $microseconds = null): int|false
<?php } $ret = @\stream_select($read, $write, $except, $timeout === null ? null : 0, $timeout); if ($except) { $write = \array_merge($write, $except);