pthreads
PHP Manual

The Collectable interface

(PECL pthreads >= 2.0.8)

Введение

Предостережение

Collectable was previously a class (in pthreads v2 and below). Now, it is an interface in pthreads v3 that is implemented by the Threaded class.

Represents a garbage-collectable object.

Обзор интерфейсов

Collectable {
/* Методы */
public bool isGarbage ( void )
public void setGarbage ( void )
}

Содержание


pthreads
PHP Manual