ReflectionParameter::allowsNull
(PHP 5)
ReflectionParameter::allowsNull — Checks if null is allowed
Descrição
public bool ReflectionParameter::allowsNull
( void
)
Checks whether the parameter allows NULL.
Warning
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