array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'reflectionparameter.isvariadic.php', 1 => 'ReflectionParameter::isVariadic', 2 => 'Checks if the parameter is variadic', ), 'up' => array ( 0 => 'class.reflectionparameter.php', 1 => 'ReflectionParameter', ), 'prev' => array ( 0 => 'reflectionparameter.ispromoted.php', 1 => 'ReflectionParameter::isPromoted', ), 'next' => array ( 0 => 'reflectionparameter.tostring.php', 1 => 'ReflectionParameter::__toString', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/reflection/reflectionparameter/isvariadic.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.6.0, PHP 7, PHP 8)
ReflectionParameter::isVariadic — Checks if the parameter is variadic
Checks if the parameter was declared as a variadic parameter.
此函数没有参数。