ReflectionParameter::isDefaultValueAvailable
(PHP 5 >= 5.0.3)
ReflectionParameter::isDefaultValueAvailable — Checks if a default value is available
Descripción
public bool ReflectionParameter::isDefaultValueAvailable
( void
)
Checks if a default value for the parameter is available.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
TRUE if a default value is available, otherwise FALSE
Ver también
- ReflectionParameter::getDefaultValue() - Gets default parameter value
- ReflectionParameter::getName() - Gets parameter name
There are no user contributed notes for this page.
