returns false if there arent more rows...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214775 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2006-06-14 12:53:31 +00:00
parent 28e3b57806
commit 8ad57282b7

View file

@ -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>