ReflectionParameter::isOptional

(PHP 5 >= 5.0.3, PHP 7, PHP 8)

ReflectionParameter::isOptionalChecks if optional

說(shuō)明

public ReflectionParameter::isOptional(): bool

Checks if the parameter is optional.

參數(shù)

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

返回值

true if the parameter is optional, otherwise false

參見(jiàn)