ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructReflectionObject を作成する

説明

public ReflectionObject::__construct(object $object)

ReflectionObject を作成します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

object

オブジェクトのインスタンス。

返り値

値を返しません。

参考

add a note add a note

User Contributed Notes

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