ReflectionParameter
PHP Manual

ReflectionParameter::allowsNull

(PHP 5)

ReflectionParameter::allowsNullChecks if null is allowed

Descrição

public bool ReflectionParameter::allowsNull ( void )

Checks whether the parameter allows NULL.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

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

Valor Retornado

TRUE if NULL is allowed, otherwise FALSE

Veja Também


ReflectionParameter
PHP Manual