ReflectionParameter::isDefaultValueAvailable
(PHP 5 >= 5.0.3, PHP 7, PHP 8)
ReflectionParameter::isDefaultValueAvailable — Checks if a default value is available
Beschreibung
Checks if a default value for the parameter is available.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
true
if a default value is available, otherwise false
Siehe auch
- ReflectionParameter::getDefaultValue() - Gets default parameter value
- ReflectionParameter::isDefaultValueConstant() - Returns whether the default value of this parameter is a constant
- ReflectionParameter::getName() - Gets parameter name