EventBuffer::prependBuffer

(PECL event >= 1.2.6-beta)

EventBuffer::prependBufferDesplaza todos los datos desde el buffer fuente hacia el inicio del buffer actual

Descripción

public EventBuffer::prependBuffer( EventBuffer $buf ): bool

Funciona exactamente como el método EventBuffer::addBuffer(), excepto que desplaza los datos al inicio del buffer.

Parámetros

buf

Buffer fuente.

Valores devueltos

Devuelve true en caso de éxito o false en caso de error.

Ver también

add a note

User Contributed Notes

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