ReflectionParameter
PHP Manual

ReflectionParameter::allowsNull

(PHP 5, PHP 7)

ReflectionParameter::allowsNullChecks if null is allowed

Beschreibung

public bool ReflectionParameter::allowsNull ( void )

Checks whether the parameter allows NULL.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if NULL is allowed, otherwise FALSE

Siehe auch


ReflectionParameter
PHP Manual