GoLang EventBuffer::unfreeze

request it (304)
GoLang replacement for PHP's EventBuffer::unfreeze [edit | history]



Do you know a GoLang replacement for PHP's EventBuffer::unfreeze? Write it!

PHP EventBuffer::unfreeze

PHP original manual for EventBuffer::unfreeze [ show | php.net ]

EventBuffer::unfreeze

(PECL event >= 1.2.6-beta)

EventBuffer::unfreezeRe-enable calls that modify an event buffer

Description

public bool EventBuffer::unfreeze ( bool $at_front )

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

Returns TRUE on success. Otherwise FALSE.

See Also