WeakReference::__construct
PHP Manual
PHP Manual»WeakReference»WeakReference::__construct

WeakReference::__construct

(PHP 7 >= 7.4.0, PHP 8)

WeakReference::__constructConstructor that disallows instantiation

Опис

public function 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().

Параметри

У цієї функції немає параметрів.

Прогляньте також

To Top