EventBuffer::prepend

(PECL event >= 1.2.6-beta)

EventBuffer::prependPrepend data to the front of the buffer

Açıklama

publicEventBuffer::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

To Top