[PHP-DOC] cvs: phpdoc /de/functions mssql.xml From: Egon Schmid (eschmid <email protected>)
Date: 07/28/00

eschmid Fri Jul 28 10:49:22 2000 EDT

  Modified files:
    /phpdoc/de/functions mssql.xml
  Log:
  Closed open elements.
  
Index: phpdoc/de/functions/mssql.xml
diff -u phpdoc/de/functions/mssql.xml:1.5 phpdoc/de/functions/mssql.xml:1.6
--- phpdoc/de/functions/mssql.xml:1.5 Sat Jul 22 13:00:34 2000
+++ phpdoc/de/functions/mssql.xml Fri Jul 28 10:49:22 2000
@@ -276,9 +276,10 @@
     </para>
     <para>
      <function>Mssql_fetch_row</function> fetches one row of data from
- the result associated with the specified <parameter>result identifier. The
- row is returned as an array. Each result column is stored in an
- array offset, starting at offset 0.
+ the result associated with the specified
+ <parameter>result</parameter> identifier. The row is returned as
+ an array. Each result column is stored in an array offset,
+ starting at offset 0.
     </para>
     <para>
      Subsequent call to <function>mssql_fetch_rows</function> would
@@ -392,12 +393,12 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- <function>mssql_free_result</function> only needs to be called
- if you are worried about using too much memory while your script
- is running. All result memory will automatically be freed when
- the script, you may call <function>mssql_free_result</function>
- with the <parameter>result identifier as an argument and the associated
- result memory will be freed.
+ <function>Mssql_free_result</function> only needs to be called if
+ you are worried about using too much memory while your script is
+ running. All result memory will automatically be freed when the
+ script, you may call <function>mssql_free_result</function> with
+ the <parameter>result</parameter> identifier as an argument and
+ the associated result memory will be freed.
     </para>
    </refsect1>
   </refentry>