CakeFest 2024: The Official CakePHP Conference

ReflectionClassConstant::__toString

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::__toStringReflectionClassConstant オブジェクトの文字列表現を返す

説明

public ReflectionClassConstant::__toString(): string

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

パラメータ

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

戻り値

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

参考

add a note

User Contributed Notes

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