Php/docs/reflectionclass.getconstants

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

ReflectionClass::getConstants

(PHP 5, PHP 7)

ReflectionClass::getConstants定数を取得する


説明

public ReflectionClass::getConstants ( ) : array

可視性にかかわらず、クラスで定義されているすべての定数を取得します。


パラメータ

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


返り値

定数の配列を返します。 キーは名前を保持し、値は定数の値を保持します。


参考