EventBuffer::freeze
(PECL event >= 1.2.6-beta)
EventBuffer::freeze — Prevent calls that modify an event buffer from succeeding
Descrição
public
bool
EventBuffer::freeze
(
bool
$at_front
)Prevent calls that modify an event buffer from succeeding
Parâmetros
-
at_front -
Whether to disable changes to the front or end of the buffer.
Valor Retornado
Returns TRUE on success. Otherwise FALSE.
Veja Também
- EventBuffer::unfreeze() - Re-enable calls that modify an event buffer