(PHP 5 >= 5.6.0, PHP 7, PHP 8)
ReflectionParameter::isVariadic — 检查参数是否可变
检查参数是否声明为 可变参数.
此函数没有参数。
如果参数是可变的,则返回 true,否则返回 false。
true
false