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