ReflectionConstant::__toString

(PHP 8 >= 8.4.0)

ReflectionConstant::__toString文字列表現を返す

説明

public ReflectionConstant::__toString(): string

ReflectionConstant オブジェクトの文字列表現を返します。

パラメータ

この関数にはパラメータはありません。

戻り値

この ReflectionConstant インスタンスの文字列表現を返します。

参考

add a note

User Contributed Notes

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