(PHP 5, PHP 7)
Checks if null is allowed
public bool ReflectionParameter::allowsNull ( void )
Checks whether the parameter allows NULL
.
Returns:
TRUE
if NULL
is allowed, otherwise FALSE
This function is currently not documented; only its argument list is available.
See also:
Please login to continue.