<?php array_merge(array ...$arrays): array
<?php $ret = @\stream_select($read, $write, $except, $timeout === null ? null : 0, $timeout); if ($except) { $write = \array_merge($write, $except); } return $ret; }