mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80404 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f2dbc0cc25
commit
8400d73409
3 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.100 -->
|
||||
<refentry id="function.mysql-ping">
|
||||
<refnamediv>
|
||||
|
@ -25,8 +25,8 @@
|
|||
</para>
|
||||
<para>
|
||||
See also:
|
||||
<function>mysql_thread_id</function>
|
||||
<function>mysql_list_processes</function>
|
||||
<function>mysql_thread_id</function>,
|
||||
<function>mysql_list_processes</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.100 -->
|
||||
<refentry id="function.mysql-real-escape-string">
|
||||
<refnamediv>
|
||||
|
@ -50,8 +50,8 @@ Escaped string: Zak\'s and Derick\'s Laptop
|
|||
</example>
|
||||
<para>
|
||||
See also:
|
||||
<function>mysql_escape_string</function>
|
||||
<function>mysql_character_set_name</function>
|
||||
<function>mysql_escape_string</function>,
|
||||
<function>mysql_character_set_name</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.100 -->
|
||||
<refentry id="function.mysql-thread-id">
|
||||
<refnamediv>
|
||||
|
@ -39,8 +39,8 @@ current thread id is 73
|
|||
</example>
|
||||
<para>
|
||||
See also:
|
||||
<function>mysql_ping</function>
|
||||
<function>mysql_list_processes</function>
|
||||
<function>mysql_ping</function>,
|
||||
<function>mysql_list_processes</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue