The Collectable interface

(PECL pthreads >= 2.0.8)

Introducere

Precauţie

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.

Descrierea succintă a interfeței

Collectable {
/* Metode */
public isGarbage ( ) : bool
public setGarbage ( ) : void
}

Cuprins

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top