logo       

cvs: phpdoc /en/reference/mysql/functions mysql-drop-db.xml mysql-errno.xml: msg#00572

Subject: cvs: phpdoc /en/reference/mysql/functions mysql-drop-db.xml mysql-errno.xml mysql-fetch-array.xml mysql-num-fields.xml mysql-num-rows.xml
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




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
science.linguis...    culture.sf.lite...    video.mplayer.c...    yellowdog.gener...    ietf.rfc822/199...    emacs.help/2002...    redhat.release....    kernel.speakup/...    java.openejb.de...    debian.devel.gt...    xfree86.newbie/...    bug-tracking.ma...    pam/2003-05/msg...    games.devel.ope...    user-groups.lin...    music.pancham/2...    network.mq.deve...    web.html.genera...    arklinux.bugs/2...    linux.ecasound/...    qnx.openqnx.dev...    org.user-groups...    file-systems.sf...    trustix.contrib...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe