mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
grammar
# perhaps this should be an entity? git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168324 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
12cdc054e4
commit
3e151f42d7
3 changed files with 12 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.func-get-arg">
|
||||
<refnamediv>
|
||||
|
@ -18,8 +18,9 @@
|
|||
function's argument list. Function arguments are counted starting
|
||||
from zero. <function>func_get_arg</function> will generate a
|
||||
warning if called from outside of a function definition.
|
||||
This function can not be used directly as a function parameter. You have
|
||||
to assign the result to a variable and pass that variable instead.
|
||||
This function cannot be used directly as a function parameter. Instead,
|
||||
its result may be assigned to a variable, which can then be passed to
|
||||
the function.
|
||||
</simpara>
|
||||
<simpara>
|
||||
If <parameter>arg_num</parameter> is greater than the number of
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.func-get-args">
|
||||
<refnamediv>
|
||||
|
@ -19,8 +19,9 @@
|
|||
member of the current user-defined function's argument
|
||||
list. <function>func_get_args</function> will generate a warning
|
||||
if called from outside of a function definition.
|
||||
This function can not be used directly as a function parameter. You have
|
||||
to assign the result to a variable and pass that variable instead.
|
||||
This function cannot be used directly as a function parameter. Instead,
|
||||
its result may be assigned to a variable, which can then be passed to
|
||||
the function.
|
||||
</simpara>
|
||||
<para>
|
||||
<informalexample>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.func-num-args">
|
||||
<refnamediv>
|
||||
|
@ -18,8 +18,9 @@
|
|||
Returns the number of arguments passed into the current
|
||||
user-defined function. <function>func_num_args</function> will
|
||||
generate a warning if called from outside of a user-defined function.
|
||||
This function can not be used directly as a function parameter. You have
|
||||
to assign the result to a variable and pass that variable instead.
|
||||
This function cannot be used directly as a function parameter. Instead,
|
||||
its result may be assigned to a variable, which can then be passed to
|
||||
the function.
|
||||
</simpara>
|
||||
<para>
|
||||
<informalexample>
|
||||
|
|
Loading…
Reference in a new issue