ReflectionParameter
PHP Manual

ReflectionParameter::isDefaultValueConstant

(PHP 5 >= 5.4.6, PHP 7)

ReflectionParameter::isDefaultValueConstantReturns whether the default value of this parameter is constant

Описание

public bool ReflectionParameter::isDefaultValueConstant ( void )

Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns TRUE if the default value is constant, FALSE if it is not or NULL on failure.


ReflectionParameter
PHP Manual