WeakReference::__construct

(PHP 7 >= 7.4.0, PHP 8)

WeakReference::__construct禁止实例化的构造函数

描述

public WeakReference::__construct()

此方法仅存在于禁止实例化 WeakReference 类。弱引用需要使用工厂方法 WeakReference::create() 实例化。

参数

此函数没有参数。

参见

添加备注

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top