WeakReference::__construct

(PHP 7 >= 7.4.0, PHP 8)

WeakReference::__construct不允许实例化的构造函数

说明

public WeakReference::__construct()

这个方法的存在只是为了禁止实例化 WeakReference 类。 弱引用使用工厂方法 WeakReference::create() 进行实例化。

参数

此函数没有参数。

参见

add a note

User Contributed Notes

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