ReflectionParameter
PHP Manual

ReflectionParameter::allowsNull

(PHP 5)

ReflectionParameter::allowsNullChecks if null is allowed

説明

public bool ReflectionParameter::allowsNull ( void )

Checks whether the parameter allows NULL.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

TRUE if NULL is allowed, otherwise FALSE

参考


ReflectionParameter
PHP Manual