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

WeakReference::__construct

(PHP 7 >= 7.4.0)

WeakReference::__constructConstructor that disallows instantiation

Description

public WeakReference::__construct ( void )

This method exists only to disallow instantiation of the WeakReference class. Weak references are to be instantiated with the factory method WeakReference::create().

Parameters

This function has no parameters.

See Also

add a noteadd a note

User Contributed Notes

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