Added note on taking care when using with call_user_func_array().

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290808 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anthony Bedford 2009-11-16 11:55:02 +00:00
parent 32d88e35c0
commit 5d15149a5d

View file

@ -36,6 +36,14 @@
<function>mysqli_stmt_send_long_data</function> to send the data in packets.
</para>
</note>
<note>
<para>
Care must be taken when using <function>mysqli_stmt_bind_param</function> in conjunction
with <function>call_user_func_array</function>. Note that <function>mysqli_stmt_bind_param</function>
requires parameters to be passed by reference, whereas <function>call_user_func_array</function>
can accept as a parameter a list of variables that can represent references or values.
</para>
</note>
</refsect1>
<refsect1 role="parameters">