ReflectionParameter
PHP Manual

ReflectionParameter::isOptional

(PHP 5 >= 5.0.3)

ReflectionParameter::isOptionalChecks if optional

Descrição

public bool ReflectionParameter::isOptional ( void )

Checks if the parameter is optional.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

TRUE if the parameter is optional, otherwise FALSE

Veja Também


ReflectionParameter
PHP Manual