WeakReference::create

(PHP 7 >= 7.4.0, PHP 8)

WeakReference::createCreate a new weak reference

Beschreibung

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

Creates a new WeakReference.

Parameter-Liste

object

The object to be weakly referenced.

Rückgabewerte

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