Php/docs/function.swoole-select

From Get docs

swoole_select

(PECL swoole >= 1.9.0)

swoole_selectSelect the file descriptions which are ready to read/write or error in the eventloop


Description

swoole_select ( array &$read_array , array &$write_array , array &$error_array [, float $timeout ] ) : int

Parameters

read_array
write_array
error_array
timeout


Return Values