- fixed syntax.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331017 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yoshinari Takaoka 2013-07-25 08:32:51 +00:00
parent 432ee8de49
commit 698cad0c1d

View file

@ -39,7 +39,7 @@
<para>
If your DBMS doesn't have an escape function and the DBMS
uses <literal>\</literal> to escape special chars, you might be
able use this function only when this escape method is adequate for
able to use this function only when this escape method is adequate for
your database. Please note that use
of <function>addslashes</function> for database parameter escaping
can be cause of security issues on most databases.