WeakReference::__construct

(PHP 7 >= 7.4.0, PHP 8)

WeakReference::__construct不允許實例化的構造函數(shù)

說明

public WeakReference::__construct()

這個方法的存在只是為了禁止實例化 WeakReference 類。 弱引用使用工廠方法 WeakReference::create() 進行實例化。

參數(shù)

此函數(shù)沒有參數(shù)。

參見