PHP - Manual: EventBuffer::freeze
2024-11-14
(PECL event >= 1.2.6-beta)
EventBuffer::freeze — Prevent calls that modify an event buffer from succeeding
$at_front
): boolPrevent calls that modify an event buffer from succeeding
at_front
Whether to disable changes to the front or end of the buffer.
成功时返回 true
, 或者在失败时返回 false
。