(PECL weakref >= 0.2.0)
Returns whether the iterator is still on a valid map element
public bool WeakMap::valid ( void )
Returns whether the iterator is still on a valid map element.
Returns:
Returns TRUE
if the iterator is on a valid element that can be accessed, FALSE
otherwise.
Please login to continue.