rquadling               Mon Nov 27 09:21:03 2006 UTC

  Modified files:              
    /phpdoc/en/reference/uodbc/functions        odbc-next-result.xml 
  Log:
  "will return" -> "returns" - less formal
  
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/uodbc/functions/odbc-next-result.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/uodbc/functions/odbc-next-result.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-next-result.xml:1.4 
phpdoc/en/reference/uodbc/functions/odbc-next-result.xml:1.5
--- phpdoc/en/reference/uodbc/functions/odbc-next-result.xml:1.4        Fri Nov 
24 09:24:40 2006
+++ phpdoc/en/reference/uodbc/functions/odbc-next-result.xml    Mon Nov 27 
09:21:03 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.29 -->
   <refentry id='function.odbc-next-result'>
    <refnamediv>
@@ -15,13 +15,13 @@
       
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
      </methodsynopsis>
     <para>
-     <function>odbc_next_result</function> will return &true; if there are 
more result sets
+     <function>odbc_next_result</function> returns &true; if there are more 
result sets
      available as well as allowing access to the next result set via 
      <function>odbc_fetch_array</function>, 
<function>odbc_fetch_row</function>, 
      <function>odbc_result</function>, etc.
     </para>
     <para>
-     This function will return &false; on error.
+     This function returns &false; on error.
     </para>
     <para>
      The argument is a valid result identifier returned by 
<function>odbc_exec</function>.

Reply via email to