ReflectionParameter
PHP Manual

ReflectionParameter::allowsNull

(PHP 5)

ReflectionParameter::allowsNullChecks if null is allowed

Descripción

public bool ReflectionParameter::allowsNull ( void )

Checks whether the parameter allows NULL.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE if NULL is allowed, otherwise FALSE

Ver también


ReflectionParameter
PHP Manual