PHP 8.1.28 Released!

swoole_client_select

(PECL swoole >= 1.9.0)

swoole_client_selectObtém a descrição do arquivo que está pronto para leitura/gravação ou erro

Descrição

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

Parâmetros

read_array

write_array

error_array

timeout

Valor Retornado

add a note

User Contributed Notes

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