The Weakref class(Информация о версии неизвестна, возможно, только в SVN) ВведениеThe Weakref class provides a gateway to objects without preventing the garbage collector from freeing those objects. It also provides a way to turn a weak reference into a strong one. Обзор классов
Weakref
{
/* Методы */
}Примеры
Пример #1 Weakref usage example
<?phpРезультат выполнения данного примера:
Object still exists!
object(MyClass)#1 (0) {
}
Destroying object!
Object is dead!
Содержание
|
||