Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16644 программиста и 1640 роботов. Сейчас ищут 1252 программиста ...
EventBuffer::unfreeze - Re-enable calls that modify an event buffer
Вернуться к: EventBuffer
EventBuffer::unfreeze
(PECL event >= 1.2.6-beta)
EventBuffer::unfreeze — Re-enable calls that modify an event buffer
Описание
public
bool
EventBuffer::unfreeze
(
bool
$at_front
)Re-enable calls that modify an event buffer.
Список параметров
-
at_front
-
Whether to enable events at the front or at the end of the buffer.
Возвращаемые значения
Returns TRUE
on success. Otherwise FALSE
.
Смотрите также
- EventBuffer::freeze() - Prevent calls that modify an event buffer from succeeding
Вернуться к: EventBuffer