didou           Thu Jun 12 12:50:05 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mssql/functions        mssql-data-seek.xml 
                                                mssql-execute.xml 
                                                mssql-fetch-array.xml 
  Log:
  typos, users notes integration and entities
  
Index: phpdoc/en/reference/mssql/functions/mssql-data-seek.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-data-seek.xml:1.2 
phpdoc/en/reference/mssql/functions/mssql-data-seek.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-data-seek.xml:1.2 Wed Apr 17 02:41:00 
2002
+++ phpdoc/en/reference/mssql/functions/mssql-data-seek.xml     Thu Jun 12 12:50:05 
2003
@@ -1,10 +1,10 @@
 <?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-data-seek">
    <refnamediv>
     <refname>mssql_data_seek</refname>
-    <refpurpose>Move internal row pointer</refpurpose>
+    <refpurpose>Moves internal row pointer</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -14,16 +14,17 @@
       <methodparam><type>int</type><parameter>row_number</parameter></methodparam>
      </methodsynopsis>
     <para> 
-     Returns: &true; on success, &false; on failure.
+     &return.success;
     </para>
     <para> 
      <function>mssql_data_seek</function> moves the internal row
      pointer of the MS SQL result associated with the specified result
-     identifier to point to the specified row number. The next call
-     to <function>mssql_fetch_row</function> would return that row.
+     identifier to point to the specified row number, first row being
+     number 0. The next call to <function>mssql_fetch_row</function>
+     would return that row.
     </para>
     <para> 
-     See also: <function>mssql_data_seek</function>.
+     See also <function>mssql_data_seek</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-execute.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-execute.xml:1.5 
phpdoc/en/reference/mssql/functions/mssql-execute.xml:1.6
--- phpdoc/en/reference/mssql/functions/mssql-execute.xml:1.5   Fri Jan 31 08:54:20 
2003
+++ phpdoc/en/reference/mssql/functions/mssql-execute.xml       Thu Jun 12 12:50:05 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 -->
   <refentry id='function.mssql-execute'>
    <refnamediv>
@@ -19,7 +19,7 @@
     </para>
     <note>
      <simpara>
-      if the stored procedure returns parameters or a return value these will
+      If the stored procedure returns parameters or a return value these will
       be available after the call to <function>mssql_execute</function> unless
       the stored procedure returns more than one result set. In that case
       use <function>mssql_next_result</function> to shift through the results.
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.3 
phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.3       Sat Sep 28 
06:46:29 2002
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml   Thu Jun 12 12:50:05 
2003
@@ -1,16 +1,19 @@
 <?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-array">
    <refnamediv>
     <refname>mssql_fetch_array</refname>
-    <refpurpose>Fetch row as array</refpurpose>
+    <refpurpose>
+     Fetch a result row as an associative array, a numeric array, or both
+    </refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
       <type>array</type><methodname>mssql_fetch_array</methodname>
       <methodparam><type>int</type><parameter>result</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
      </methodsynopsis>
     <para> 
      Returns: An array that corresponds to the fetched row, or &false;



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

Reply via email to