PHP Portal » PHP Handbuch » ReflectionParameter::allowsNull

Werbung

ReflectionParameter::allowsNull


(PHP 5)

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