ReflectionParameter
PHP Manual

ReflectionParameter::isDefaultValueConstant

(PHP 5 >= 5.4.6, PHP 7)

ReflectionParameter::isDefaultValueConstantこのパラメータのデフォルト値が定数かどうかを返す

説明

public bool ReflectionParameter::isDefaultValueConstant ( void )

警告

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

パラメータ

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

返り値

デフォルト値が定数である場合に TRUE、そうではない場合に FALSE を返します。 失敗した場合は NULL を返します。


ReflectionParameter
PHP Manual