Added see also's.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163842 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2004-07-21 04:27:29 +00:00
parent 29d0c30552
commit 24f10c9ab4
9 changed files with 43 additions and 18 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.23 -->
<refentry id="function.mysql-db-name">
<refnamediv>
@ -55,6 +55,11 @@ while ($i < $cnt) {
For backward compatibility, <function>mysql_dbname</function> is
also accepted. This is deprecated, however.
</para>
<para>
See also
<function>mysql_list_dbs</function>, and
<function>mysql_tablename</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.96 -->
<refentry id="function.mysql-get-server-info">
<refnamediv>
@ -46,8 +46,9 @@ MySQL server version: 4.0.1-alpha
<para>
See also
<function>mysql_get_client_info</function>,
<function>mysql_get_host_info</function> and
<function>mysql_get_proto_info</function>.
<function>mysql_get_host_info</function>,
<function>mysql_get_proto_info</function>, and
<function>phpversion</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-info">
<refnamediv>
@ -54,7 +54,10 @@ String format: Rows matched: 65 Changed: 65 Warnings: 0
</para>
</note>
<para>
See also <function>mysql_affected_rows</function>.
See also
<function>mysql_affected_rows</function>,
<function>mysql_insert_id</function>, and
<function>mysql_stat</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-insert-id">
<refnamediv>
@ -70,7 +70,9 @@ printf("Last inserted record has id %d\n", mysql_insert_id());
</example>
</para>
<para>
See also <function>mysql_query</function>.
See also
<function>mysql_query</function> and
<function>mysql_info</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.16 -->
<refentry id="function.mysql-list-dbs">
<refnamediv>
@ -62,7 +62,10 @@ database3
also be used. This is deprecated however.
</para>
<para>
See also <function>mysql_db_name</function>.
See also
<function>mysql_db_name</function>,
<function>mysql_select_db</function>, and
<function>mysql_list_tables</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.96 -->
<refentry id="function.mysql-list-processes">
<refnamediv>
@ -48,7 +48,8 @@ mysql_free_result($result);
</para>
<para>
See also
<function>mysql_thread_id</function>.
<function>mysql_thread_id</function> and
<function>mysql_stat</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.100 -->
<refentry id="function.mysql-real-escape-string">
<refnamediv>
@ -55,8 +55,11 @@ Escaped string: Zak\'s and Derick\'s Laptop
</para>
<para>
See also
<function>mysql_escape_string</function> and
<function>mysql_client_encoding</function>.
<function>mysql_escape_string</function>,
<function>mysql_client_encoding</function>,
<function>addslashes</function>, and the
<link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
directive.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.62 -->
<refentry id="function.mysql-stat">
<refnamediv>
@ -55,6 +55,11 @@ Array
</screen>
</example>
</para>
<para>
See also
<function>mysql_get_server_info</function> and
<function>mysql_list_processes</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-tablename">
<refnamediv>
@ -42,7 +42,9 @@ mysql_free_result($result);
</para>
<para>
See also
<function>mysql_list_tables</function>.
<function>mysql_list_tables</function>,
<function>mysql_field_table</function>, and
<function>mysql_db_name</function>.
</para>
</refsect1>
</refentry>