ReflectionParameter::isOptional

(PHP 5 >= 5.0.3, PHP 7)

ReflectionParameter::isOptionalChecks if optional

说明

public ReflectionParameter::isOptional ( void ) : bool

Checks if the parameter is optional.

参数

此函数没有参数。

返回值

TRUE if the parameter is optional, otherwise FALSE

参见