vrana           Mon Jul 23 10:22:35 2007 UTC

  Modified files:              
    /phpdoc/en/reference/pdo/functions  PDOStatement-nextRowset.xml 
  Log:
  Name of a stored procedure
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml:1.6 
phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml:1.7
--- phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml:1.6   Wed Jun 
20 22:25:12 2007
+++ phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml       Mon Jul 
23 10:22:35 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry xml:id="function.PDOStatement-nextRowset" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>PDOStatement->nextRowset()</refname>
@@ -40,7 +40,7 @@
     <title>Fetching multiple rowsets returned from a stored procedure</title>
     <para>
      The following example shows how to call a stored procedure,
-     MULTIPLE_RESULTS, that returns three rowsets. We use a do / while loop to
+     MULTIPLE_ROWSETS, that returns three rowsets. We use a do / while loop to
      loop over the <xref linkend="function.PDOStatement-nextRowset" /> method, 
which
      returns false and terminates the loop when no more rowsets can be 
returned.
     </para>

Reply via email to