[PHP-DOC] cvs: phpdoc /en/reference/mssql/functions mssql-close.xml mssql-fetch-object.xml mssql-fetch-row.xml mssql-num-fields.xml mssql-num-rows.xml mssql-query.xml From: Damien Seguy (dams <email protected>)
Date: 02/28/03

dams Fri Feb 28 18:53:59 2003 EDT

  Modified files:
    /phpdoc/en/reference/mssql/functions mssql-close.xml
                                                mssql-fetch-object.xml
                                                mssql-fetch-row.xml
                                                mssql-num-fields.xml
                                                mssql-num-rows.xml
                                                mssql-query.xml
  Log:
  making see also and example title consistent
  
Index: phpdoc/en/reference/mssql/functions/mssql-close.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-close.xml:1.2 phpdoc/en/reference/mssql/functions/mssql-close.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-close.xml:1.2 Wed Apr 17 02:41:00 2002
+++ phpdoc/en/reference/mssql/functions/mssql-close.xml Fri Feb 28 18:53:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
   <refentry id="function.mssql-close">
    <refnamediv>
@@ -12,15 +12,15 @@
       <type>int</type><methodname>mssql_close</methodname>
       <methodparam choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
      </methodsynopsis>
- <para>
- Returns: &true; on success, &false; on error.
- </para>
     <para>
      <function>mssql_close</function> closes the link to a MS SQL
      Server database that's associated with the specified link
      identifier. If the link identifier isn't specified, the last
      opened link is assumed.
     </para>
+ <para>
+ &return.success;
+ </para>
     <para>
      Note that this isn't usually necessary, as non-persistent open
      links are automatically closed at the end of the script's
@@ -31,7 +31,8 @@
      generated by <function>mssql_pconnect</function>.
     </para>
     <para>
- See also: <function>mssql_connect</function>,
+ See also
+ <function>mssql_connect</function>, and
      <function>mssql_pconnect</function>.
     </para>
    </refsect1>
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.3 phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.3 Thu Feb 13 21:53:07 2003
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml Fri Feb 28 18:53:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
   <refentry id="function.mssql-fetch-object">
    <refnamediv>
@@ -31,8 +31,8 @@
     </para>
     <para>
      See also
- <function>mssql_fetch-array</function>, and
- <function>mssql_fetch-row</function>.
+ <function>mssql_fetch_array</function>, and
+ <function>mssql_fetch_row</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.2 phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.2 Wed Apr 17 02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml Fri Feb 28 18:53:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
   <refentry id="function.mssql-fetch-row">
    <refnamediv>
@@ -28,7 +28,8 @@
      more rows.
     </para>
     <para>
- See also: <function>mssql_fetch_array</function>,
+ See also
+ <function>mssql_fetch_array</function>,
      <function>mssql_fetch_object</function>,
      <function>mssql_data_seek</function>,
      <function>mssql_fetch_lengths</function>, and
Index: phpdoc/en/reference/mssql/functions/mssql-num-fields.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-num-fields.xml:1.2 phpdoc/en/reference/mssql/functions/mssql-num-fields.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-num-fields.xml:1.2 Wed Apr 17 02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-num-fields.xml Fri Feb 28 18:53:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
   <refentry id="function.mssql-num-fields">
    <refnamediv>
@@ -17,7 +17,8 @@
      fields in a result set.
     </para>
     <para>
- See also: <function>mssql_db_query</function>,
+ See also
+ <function>mssql_db_query</function>,
      <function>mssql_query</function>,
      <function>mssql_fetch_field</function>, and
      <function>mssql_num_rows</function>.
Index: phpdoc/en/reference/mssql/functions/mssql-num-rows.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-num-rows.xml:1.2 phpdoc/en/reference/mssql/functions/mssql-num-rows.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-num-rows.xml:1.2 Wed Apr 17 02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-num-rows.xml Fri Feb 28 18:53:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
   <refentry id="function.mssql-num-rows">
    <refnamediv>
@@ -17,7 +17,8 @@
      a result set.
     </para>
     <para>
- See also: <function>mssql_db_query</function>,
+ See also
+ <function>mssql_db_query</function>,
      <function>mssql_query</function>, and
      <function>mssql_fetch_row</function>.
     </para>
Index: phpdoc/en/reference/mssql/functions/mssql-query.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-query.xml:1.2 phpdoc/en/reference/mssql/functions/mssql-query.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-query.xml:1.2 Wed Apr 17 02:41:02 2002
+++ phpdoc/en/reference/mssql/functions/mssql-query.xml Fri Feb 28 18:53:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
   <refentry id="function.mssql-query">
    <refnamediv>
@@ -26,7 +26,8 @@
      <function>mssql_connect</function> was called, and use it.
     </para>
     <para>
- See also: <function>mssql_db_query</function>,
+ See also
+ <function>mssql_db_query</function>,
      <function>mssql_select_db</function>, and
      <function>mssql_connect</function>.
     </para>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php