ReflectionParameter::isDefaultValueConstant
(PHP 5 >= 5.4.6)
ReflectionParameter::isDefaultValueConstant — Returns whether the default value of this parameter is constant
Descrição
public bool ReflectionParameter::isDefaultValueConstant
( void
)
Warning
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
Returns TRUE if the default value is constant, FALSE if it is not or
NULL on failure.