Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17063 программиста и 1875 роботов. Сейчас ищут 1019 программистов ...
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