array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'ja', ), 'this' => array ( 0 => 'function.swoole-select.php', 1 => 'swoole_select', 2 => 'Select the file descriptions which are ready to read/write or error in the eventloop', ), 'up' => array ( 0 => 'ref.swoole-funcs.php', 1 => 'Swoole 関数', ), 'prev' => array ( 0 => 'function.swoole-load-module.php', 1 => 'swoole_load_module', ), 'next' => array ( 0 => 'function.swoole-set-process-name.php', 1 => 'swoole_set_process_name', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/swoole/functions/swoole-select.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

swoole_select

(PECL swoole >= 1.9.0)

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

説明

swoole_select(
    array &$read_array,
    array &$write_array,
    array &$error_array,
    float $timeout = ?
): int

パラメータ

read_array

write_array

error_array

timeout

戻り値