PHP 8.1.28 Released!

EventBuffer::prepend

(PECL event >= 1.2.6-beta)

EventBuffer::prependPrepend data to the front of the buffer

Açıklama

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

Prepend data to the front of the buffer.

Bağımsız Değişkenler

data

String to be prepended to the front of the buffer.

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

Ayrıca Bakınız

add a note

User Contributed Notes

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