mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
No NULL; calls mysql_real_escape_string (spotted by Kaspars Foigts)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185699 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8d5c03ee37
commit
9c3d0bef81
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<refentry id="function.mysql-real-escape-string">
|
||||
<refnamediv>
|
||||
<refname>mysql_real_escape_string</refname>
|
||||
|
@ -21,8 +21,8 @@
|
|||
</para>
|
||||
<para>
|
||||
<function>mysql_real_escape_string</function> calls MySQL's library function
|
||||
mysql_escape_string, which prepends backslashes to the following characters:
|
||||
<literal>NULL</literal>, <literal>\x00</literal>, <literal>\n</literal>,
|
||||
mysql_real_escape_string, which prepends backslashes to the following characters:
|
||||
<literal>\x00</literal>, <literal>\n</literal>,
|
||||
<literal>\r</literal>, <literal>\</literal>, <literal>'</literal>,
|
||||
<literal>"</literal> and <literal>\x1a</literal>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue