Php/docs/eventbuffer.freeze

提供:Dev Guides
< Php
2020年12月14日 (月) 10:05時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

EventBuffer::freeze

(PECL event >= 1.2.6-beta)

EventBuffer::freezePrevent calls that modify an event buffer from succeeding


説明

public EventBuffer::freeze ( bool $at_front ) : bool

Prevent calls that modify an event buffer from succeeding


パラメータ

at_front
Whether to disable changes to the front or end of the buffer.


返り値

Returns true on success. Otherwise false.


参考