PHP 8.5.0 Alpha 2 available for testing

EventBufferEvent::write

(PECL event >= 1.2.6-beta)

EventBufferEvent::writeAñade datos a un buffer de evento de salida

Descripción

public EventBufferEvent::write( string $data ): bool

Añade datos a un buffer de evento de salida.

Parámetros

data

Datos a añadir al buffer.

Valores devueltos

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

Ver también

add a note

User Contributed Notes

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