swoole_select

(PECL swoole >= 1.9.0)

swoole_selectSelecciona las descripciones de ficheros listas para leer/escribir o en error en el bucle de eventos

Descripción

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

Parámetros

read_array

write_array

error_array

timeout

Valores devueltos

add a note

User Contributed Notes

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