mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
32d88e35c0
commit
5d15149a5d
1 changed files with 8 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue