ReflectionParameter
PHP Manual

ReflectionParameter::allowsNull

(PHP 5)

ReflectionParameter::allowsNullChecks if null is allowed

Descrierea

public bool ReflectionParameter::allowsNull ( void )

Checks whether the parameter allows NULL.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if NULL is allowed, otherwise FALSE

Vedeți de asemenea


ReflectionParameter
PHP Manual