ReflectionParameter::allowsNull
(PHP 5, PHP 7, PHP 8)
ReflectionParameter::allowsNull — Checks if null is allowed
Beschreibung
Checks whether the parameter allows null.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
true if null is allowed, otherwise false

