dams Fri Feb 28 18:53:38 2003 EDT
Modified files:
/phpdoc/en/reference/mysql/functions mysql-drop-db.xml
mysql-errno.xml
mysql-fetch-array.xml
mysql-num-fields.xml
mysql-num-rows.xml
Log:
making see also and example title consistent
Index: phpdoc/en/reference/mysql/functions/mysql-drop-db.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-drop-db.xml:1.5
phpdoc/en/reference/mysql/functions/mysql-drop-db.xml:1.6
--- phpdoc/en/reference/mysql/functions/mysql-drop-db.xml:1.5 Fri Jun 21 08:50:59
2002
+++ phpdoc/en/reference/mysql/functions/mysql-drop-db.xml Fri Feb 28 18:53:38
2003
@@ -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-drop-db">
<refnamediv>
@@ -16,14 +16,14 @@
</parameter></methodparam>
</methodsynopsis>
<para>
- &return.success;
- </para>
- <para>
<function>mysql_drop_db</function> attempts to drop (remove) an
entire database from the server associated with the specified
link identifier.
</para>
<para>
+ &return.success;
+ </para>
+ <para>
For downward compatibility <function>mysql_dropdb</function>
can also be used. This is deprecated, however.
</para>
@@ -35,7 +35,7 @@
</para>
</note>
<para>
- See also: <function>mysql_create_db</function>,
+ See also <function>mysql_create_db</function>, and
<function>mysql_query</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/mysql/functions/mysql-errno.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-errno.xml:1.5
phpdoc/en/reference/mysql/functions/mysql-errno.xml:1.6
--- phpdoc/en/reference/mysql/functions/mysql-errno.xml:1.5 Mon Jul 1 18:20:00
2002
+++ phpdoc/en/reference/mysql/functions/mysql-errno.xml Fri Feb 28 18:53:38 2003
@@ -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-errno">
<refnamediv>
@@ -31,7 +31,7 @@
make sure you check the value before calling another MySQL
function.
<example>
- <title>mysql_errno Example</title>
+ <title><function>mysql_errno</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.6
phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.7
--- phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.6 Sun Dec 1
21:37:29 2002
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml Fri Feb 28 18:53:38
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.27 -->
<refentry id="function.mysql-fetch-array">
<refnamediv>
@@ -124,7 +124,7 @@
</programlisting>
</example>
<para>
- For further details, see also
+ See also
<function>mysql_fetch_row</function> and
<function>mysql_fetch_assoc</function>.
</para>
Index: phpdoc/en/reference/mysql/functions/mysql-num-fields.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-num-fields.xml:1.3
phpdoc/en/reference/mysql/functions/mysql-num-fields.xml:1.4
--- phpdoc/en/reference/mysql/functions/mysql-num-fields.xml:1.3 Sat May 25
17:13:20 2002
+++ phpdoc/en/reference/mysql/functions/mysql-num-fields.xml Fri Feb 28 18:53:38
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-num-fields">
<refnamediv>
@@ -14,13 +14,13 @@
</methodsynopsis>
<para>
<function>mysql_num_fields</function> returns the number of
- fields in a result set.
+ fields in the result set <parameter>result</parameter>.
</para>
<para>
- See also:
+ See also
<function>mysql_select_db</function>,
<function>mysql_query</function>,
- <function>mysql_fetch_field</function>,
+ <function>mysql_fetch_field</function>, and
<function>mysql_num_rows</function>.</para>
<para>
For downward compatibility <function>mysql_numfields</function>
Index: phpdoc/en/reference/mysql/functions/mysql-num-rows.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-num-rows.xml:1.3
phpdoc/en/reference/mysql/functions/mysql-num-rows.xml:1.4
--- phpdoc/en/reference/mysql/functions/mysql-num-rows.xml:1.3 Sun Apr 21 09:24:56
2002
+++ phpdoc/en/reference/mysql/functions/mysql-num-rows.xml Fri Feb 28 18:53:38
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-num-rows">
<refnamediv>
@@ -45,7 +45,7 @@
</para>
</note>
<para>
- See also:
+ See also
<function>mysql_affected_rows</function>,
<function>mysql_connect</function>,
<function>mysql_data_seek</function>,
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php