vrana Tue Jul 12 05:02:36 2005 EDT
Modified files:
/phpdoc/en/reference/pdo/functions PDO-query.xml
Log:
Returns PDOStatement
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-query.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-query.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-query.xml:1.3
phpdoc/en/reference/pdo/functions/PDO-query.xml:1.4
--- phpdoc/en/reference/pdo/functions/PDO-query.xml:1.3 Mon Jul 11 00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDO-query.xml Tue Jul 12 05:02:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-query">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>PDO::query</methodname>
+ <type>PDOStatement</type><methodname>PDO::query</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
</methodsynopsis>