PHP - Manual: ReflectionParameter::isOptional
2024-11-13
(PHP 5 >= 5.0.3, PHP 7, PHP 8)
ReflectionParameter::isOptional — Checks if optional
Checks if the parameter is optional.
此函数没有参数。
true
if the parameter is optional, otherwise false
官方地址:https://www.php.net/manual/en/reflectionparameter.isoptional.php