ReflectionParameter
PHP Manual

ReflectionParameter::isDefaultValueConstant

(PHP 5 >= 5.4.6)

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

说明

public bool ReflectionParameter::isDefaultValueConstant ( void )

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

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


ReflectionParameter
PHP Manual