vrana Mon Jul 23 09:16:19 2007 UTC
Modified files:
/phpdoc/en/reference/pdo/functions PDO-query.xml
Log:
Returns PDOStatement in all cases
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo/functions/PDO-query.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/pdo/functions/PDO-query.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-query.xml:1.10
phpdoc/en/reference/pdo/functions/PDO-query.xml:1.11
--- phpdoc/en/reference/pdo/functions/PDO-query.xml:1.10 Wed Jun 20
22:25:12 2007
+++ phpdoc/en/reference/pdo/functions/PDO-query.xml Mon Jul 23 09:16:19 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry xml:id="function.PDO-query" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>PDO->query()</refname>
@@ -20,7 +20,7 @@
<classsynopsis>
<ooclass><classname>PDO</classname></ooclass>
<methodsynopsis>
- <type>bool</type><methodname>query</methodname>
+ <type>PDOStatement</type><methodname>query</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
<methodparam><type>int</type><parameter>PDO::FETCH_COLUMN</parameter></methodparam>
<methodparam><type>int</type><parameter>colno</parameter></methodparam>
@@ -30,7 +30,7 @@
<classsynopsis>
<ooclass><classname>PDO</classname></ooclass>
<methodsynopsis>
- <type>bool</type><methodname>query</methodname>
+ <type>PDOStatement</type><methodname>query</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
<methodparam><type>int</type><parameter>PDO::FETCH_CLASS</parameter></methodparam>
<methodparam><type>string</type><parameter>classname</parameter></methodparam>
@@ -41,7 +41,7 @@
<classsynopsis>
<ooclass><classname>PDO</classname></ooclass>
<methodsynopsis>
- <type>bool</type><methodname>query</methodname>
+ <type>PDOStatement</type><methodname>query</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
<methodparam><type>int</type><parameter>PDO::FETCH_INTO</parameter></methodparam>
<methodparam><type>object</type><parameter>object</parameter></methodparam>