PHP 8.5.0 Alpha 2 available for testing

EventBuffer::prepend

(PECL event >= 1.2.6-beta)

EventBuffer::prependAñade datos al principio del buffer

Descripción

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

Añade datos al principio del buffer.

Parámetros

data

String a añadir al principio 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