(PHP 7 >= 7.4.0, PHP 8)
WeakReference::create — Create a new weak reference
Creates a new WeakReference.
object
The object to be weakly referenced.
Returns a new WeakReference, or the existing instance if there was already a WeakReference to the same object.