ReflectionParameter
PHP Manual

ReflectionParameter::allowsNull

(PHP 5)

ReflectionParameter::allowsNullChecks if null is allowed

Descrizione

public bool ReflectionParameter::allowsNull ( void )

Checks whether the parameter allows NULL.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

TRUE if NULL is allowed, otherwise FALSE

Vedere anche:


ReflectionParameter
PHP Manual