Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17835 программистов и 1605 роботов. Сейчас ищут 1286 программистов ...
The Collectable class
Вернуться к: pthreads
(PECL pthreads >= 2.0.8)
Введение
Represents a garbage-collectable object.
Collectable objects are intended to be used by the Pool class, replacing Threaded objects as the unit of work. They provide methods to set and detect the collectability of an object.
Обзор классов
Содержание
- Collectable::isGarbage — Determine whether an object has been marked as garbage
- Collectable::setGarbage — Mark an object as garbage
Вернуться к: pthreads