Php/docs/reflectionclassconstant.tostring

提供:Dev Guides
< Php
移動先:案内検索

ReflectionClassConstant::__toString

(PHP 7 >= 7.1.0)

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


説明

public ReflectionClassConstant::__toString ( ) : string

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


パラメータ

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


返り値

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


参考