mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added note that mysql_real_esacpe_string() is only available in 4.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77585 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8cd6b4541b
commit
bae813faa9
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.104 $ -->
|
||||
<!-- $Revision: 1.105 $ -->
|
||||
<reference id="ref.mysql">
|
||||
<title>MySQL Functions</title>
|
||||
<titleabbrev>MySQL</titleabbrev>
|
||||
|
@ -993,6 +993,11 @@ Escaped string: Zak\'s Laptop
|
|||
</screen>
|
||||
</para>
|
||||
</example>
|
||||
<note>
|
||||
<para>
|
||||
<function>mysql_real_escape_string</function> was added in PHP 4.3.0.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also:
|
||||
<function>mysql_real_escape_string</function>
|
||||
|
|
Loading…
Reference in a new issue