swoole_event_write
PHP Manual
PHP Manual»Swoole Функції»swoole_event_write

swoole_event_write

(PECL swoole >= 1.9.0)

swoole_event_writeWrite data to a socket

Опис

function swoole_event_write(int $fd, string $data): bool

Параметри

fd

data

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

To Top