bjori           Wed Jun 14 12:53:31 2006 UTC

  Modified files:              
    /phpdoc/en/reference/pdo/functions  PDOStatement-fetchColumn.xml 
  Log:
  returns false if there arent more rows...
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml:1.4 
phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml:1.5
--- phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml:1.4  Wed Oct 
19 21:18:19 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml      Wed Jun 
14 12:53:31 2006
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.PDOStatement-fetchColumn">
  <refnamediv>
@@ -17,7 +17,8 @@
   </methodsynopsis>
 
    <para>
-    Returns a single column from the next row of a result set.
+    Returns a single column from the next row of a result set or &false; if
+    there are no more rows.
    </para>
  </refsect1>
 

Reply via email to