ReflectionParameter::allowsNull

(PHP 5, PHP 7, PHP 8)

ReflectionParameter::allowsNullChecks if null is allowed

說(shuō)明

public ReflectionParameter::allowsNull(): bool

Checks whether the parameter allows null.

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

true if null is allowed, otherwise false

參見(jiàn)