ReflectionParameter
PHP Manual

ReflectionParameter::getDefaultValueConstantName

(PHP 5 >= 5.4.6, PHP 7)

ReflectionParameter::getDefaultValueConstantNameデフォルト値が定数あるいは null の場合に、その定数名を返す

説明

public string ReflectionParameter::getDefaultValueConstantName ( void )

警告

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

パラメータ

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

返り値

成功した場合に文字列、失敗した場合に NULL を返します。


ReflectionParameter
PHP Manual