ReflectionParameter
PHP Manual

ReflectionParameter::isDefaultValueAvailable

(PHP 5 >= 5.0.3)

ReflectionParameter::isDefaultValueAvailableChecks 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
PHP Manual