array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'ja', ), 'this' => array ( 0 => 'function.swoole-client-select.php', 1 => 'swoole_client_select', 2 => 'Get the file description which are ready to read/write or error', ), 'up' => array ( 0 => 'ref.swoole-funcs.php', 1 => 'Swoole 関数', ), 'prev' => array ( 0 => 'function.swoole-clear-error.php', 1 => 'swoole_clear_error', ), 'next' => array ( 0 => 'function.swoole-cpu-num.php', 1 => 'swoole_cpu_num', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/swoole/functions/swoole-client-select.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

swoole_client_select

(PECL swoole >= 1.9.0)

swoole_client_selectGet the file description which are ready to read/write or error

説明

swoole_client_select(
    array &$read_array,
    array &$write_array,
    array &$error_array,
    float $timeout = 0.5
): int

パラメータ

read_array

write_array

error_array

timeout

戻り値