From 8ad57282b709aea7a65a7e8006a9cc3363f70c52 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 14 Jun 2006 12:53:31 +0000 Subject: [PATCH] returns false if there arent more rows... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214775 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/functions/PDOStatement-fetchColumn.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/pdo/functions/PDOStatement-fetchColumn.xml b/reference/pdo/functions/PDOStatement-fetchColumn.xml index 319dcd0b06..3f6019ee21 100644 --- a/reference/pdo/functions/PDOStatement-fetchColumn.xml +++ b/reference/pdo/functions/PDOStatement-fetchColumn.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,8 @@ - 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.