PHP 8.5.0 Alpha 2 available for testing

swoole_event_write

(PECL swoole >= 1.9.0)

swoole_event_writeEscribe datos en un socket

Descripción

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

Parámetros

fd

data

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error.

add a note

User Contributed Notes

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