WeakReference::__construct

(PHP 7 >= 7.4.0)

WeakReference::__constructConstructor that disallows instantiation

Descrierea

public WeakReference::__construct ( )

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

Parametri

Această funcție nu are parametri.

A se vedea și

add a note add a note

User Contributed Notes

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