mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
References (bug #43079)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246608 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a18b88e8c2
commit
0bbc0ae848
1 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<refentry xml:id="function.call-user-func-array" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>call_user_func_array</refname>
|
||||
|
@ -82,6 +82,18 @@ call_user_func_array('debug', array("_POST", $_POST));
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
Referenced variables in <parameter>param_arr</parameter> are passed to the
|
||||
function by a reference, others are passed by a value. In other words, it
|
||||
does not depend on the function signature whether the parameter is passed
|
||||
by a value or by a reference.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue