WeakRef::get

( excerpt from http://php.net/manual/en/weakref.get.php )

public function get(): ?T;

Returns the object pointed to by the weak reference.

Returns

  • ?T