php-doc-en/reference/reflection/reflectionmethod
Christoph Michael Becker 9e0f03ac35 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351129 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 11:17:26 +00:00
..
construct.xml ReflectionMethod accepts string|object, not mixed 2020-10-29 17:14:02 +00:00
export.xml Reflection*::export is deprecated as of PHP 7.4.0 2020-09-03 08:59:26 +00:00
getclosure.xml The signature of ReflectionMethod::getClosure() depends on its usage 2019-12-02 12:20:37 +00:00
getdeclaringclass.xml
getmodifiers.xml
getprototype.xml
invoke.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
invokeargs.xml
isabstract.xml
isconstructor.xml
isdestructor.xml
isfinal.xml
isprivate.xml
isprotected.xml
ispublic.xml
isstatic.xml
setaccessible.xml
tostring.xml