swoole_select

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

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

Opis

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

Parametry

read_array

write_array

error_array

timeout

Zwracane wartości

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top