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:
Peter Cowburn 2011-09-22 10:23:50 +00:00
parent 93f54f1094
commit 31d2d6d27a

View file

@ -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>