PHP 8.5.0 Alpha 2 available for testing

EventBuffer::add

(PECL event >= 1.2.6-beta)

EventBuffer::addAñade datos al final de un buffer de eventos

Descripción

public EventBuffer::add( string $data ): bool

Añade datos al final de un buffer de eventos.

Parámetros

data

String que se añadirá al final del 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