ReflectionParameter
PHP Manual

ReflectionParameter::allowsNull

(PHP 5)

ReflectionParameter::allowsNullChecks if null is allowed

Opis

public bool ReflectionParameter::allowsNull ( void )

Checks whether the parameter allows NULL.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if NULL is allowed, otherwise FALSE

Zobacz też:


ReflectionParameter
PHP Manual