WeakReference::create

(PHP 7 >= 7.4.0)

WeakReference::createCreate a new weak reference

Descripción

public static WeakReference::create ( object $referent ) : WeakReference

Creates a new WeakReference.

Parámetros

referent

The object to be weakly referenced.

Valores devueltos

Returns the freshly instantiated object.