WeakRef::acquire
( excerpt from http://php.net/manual/en/weakref.acquire.php )
public function acquire(): bool;
Acquires a strong reference on that object, virtually turning the weak reference into a strong one.
Returns
bool
( excerpt from http://php.net/manual/en/weakref.acquire.php )
public function acquire(): bool;
Acquires a strong reference on that object, virtually turning the weak reference into a strong one.
bool