ReflectionParameter
PHP Manual

ReflectionParameter::allowsNull

(PHP 5, PHP 7)

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

A se vedea și


ReflectionParameter
PHP Manual