ReflectionParameter::getDefaultValue

( excerpt from http://php.net/manual/en/reflectionparameter.getdefaultvalue.php )

public function getDefaultValue();

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.

Returns

  • mixed - The parameters default value.