mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
28e3b57806
commit
8ad57282b7
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue