(PECL weakref >= 0.1.0)
Checks whether the object referenced still exists
public bool Weakref::valid ( void )
Checks whether the object referenced still exists.
Returns:
Returns TRUE
if the object still exists and is thus still accessible via Weakref::get(), FALSE
otherwise.
See also:
Please login to continue.