ReflectionParameter::getDefaultValue
ReflectionParameter::getDefaultValue
(PHP 5 >= 5.0.3, PHP 7)
ReflectionParameter::getDefaultValue — Gets default parameter value
Description
public mixed ReflectionParameter::getDefaultValue ( void )
Gets the default value of the parameter for a user-defined function or method. If the parameter is not optional a ReflectionException will be thrown.