WeakReference::create

(PHP 7 >= 7.4.0)

WeakReference::createCreate a new weak reference

Descrierea

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

Creates a new WeakReference.

Parametri

referent

The object to be weakly referenced.

Valorile întoarse

Returns the freshly instantiated object.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top