WeakReference::createCreate a new weak reference Description
public static WeakReference WeakReference::create(object
$object )Creates a new WeakReference. Parameters
Return ValuesReturns a new WeakReference, or the existing instance if there was already a WeakReference to the same object. |