Weakref::get

(PECL weakref >= 0.1.0)

Weakref::getReturns the object pointed to by the weak reference

Beskrivelse

public object Weakref::get ( void )

Returns the object pointed to by the weak reference.

Parametre

This function has no parameters.

Returnerings Værdier

Returns the object if the reference is still valid, NULL otherwise.

Se også

add a note add a note

User Contributed Notes

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