mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Changed return types for func_get_arg(s)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31829 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bbc43ad99a
commit
c566a2843d
1 changed files with 2 additions and 2 deletions
|
@ -461,7 +461,7 @@ This is a cup with my coffee in it.
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>func_get_arg</function></funcdef>
|
||||
<funcdef>mixed <function>func_get_arg</function></funcdef>
|
||||
<paramdef>int <parameter>arg_num</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -519,7 +519,7 @@ foo (1, 2, 3);
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>func_get_args</function></funcdef>
|
||||
<funcdef>array <function>func_get_args</function></funcdef>
|
||||
<paramdef>void <parameter></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
|
Loading…
Reference in a new issue