php8.5
Home/ Manual/ event / eventbuffer/ EventBuffer::unfreeze

EventBuffer::unfreeze

PHP function Edit on GitHub ✎

(PECL event >= 1.2.6-beta)

Re-enable calls that modify an event buffer

Description

EventBuffer::unfreeze(bool $at_front): bool

Re-enable calls that modify an event buffer.

Parameters

at_front

Whether to enable events at the front or at the end of the buffer.

Return Values

Success

See Also

  • EventBuffer::freeze

Source: reference/event/eventbuffer/unfreeze.xml · from the official PHP manual (php/doc-en)