Php/docs/class.collectable

提供:Dev Guides
< Php
移動先:案内検索

(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 isGarbage ( ) : bool

public setGarbage ( ) : void

}

目次