update : 2015.11.03
php.shukuma.com검색:
|
Weakref::__construct(PECL weakref >= 0.1.0) Weakref::__construct — Constructs a new weak reference 설명
public Weakref::__construct
( object
$object
)Constructs a new weak reference. 인수
반환값값을 반환하지 않습니다. 예제
Example #1 Weakref::__construct() example
<?php 위 예제의 출력: Object still exists! object(MyClass)#1 (0) { } Destroying object! Object is dead! |