parent root
PHP: WeakReference::create - Manual
PHP 7.2.23 Release Announcement

WeakReference::create

(PHP 7 >= 7.4.0)

WeakReference::createCreate a new weak reference

Description

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

Creates a new WeakReference.

Parameters

referent

The object to be weakly referenced.

Return Values

Returns the freshly instantiated object.

add a noteadd a note

User Contributed Notes

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