Statement on glibc/iconv Vulnerability

WeakReference::create

(PHP 7 >= 7.4.0, PHP 8)

WeakReference::create弱い参照を生成する

説明

public static WeakReference::create(object $object): WeakReference

新しい WeakReference を生成します

パラメータ

object

このオブジェクトは、弱く参照されます。

戻り値

インスタンス化されたばかりのオブジェクトを返します

add a note

User Contributed Notes

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