swoole_select

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

説明

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

パラメータ

read_array

write_array

error_array

timeout

戻り値