mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
note on parameter order (doc #55757, thanks Sherif Ramadan)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317146 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
93f54f1094
commit
31d2d6d27a
1 changed files with 14 additions and 0 deletions
|
@ -137,6 +137,20 @@ Error: 42000
|
|||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
For those accustomed to using <function>mysql_real_escape_string</function>,
|
||||
note that the arguments of <function>mysqli_real_escape_string</function>
|
||||
differ from what <function>mysql_real_escape_string</function> expects.
|
||||
The <parameter>link</parameter> identifier comes first in
|
||||
<function>mysqli_real_escape_string</function>, whereas the string to be escaped
|
||||
comes first in <function>mysql_real_escape_string</function>.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue