vrana Mon Jan 9 09:06:06 2006 UTC
Modified files:
/phpdoc/en/reference/pdo/functions PDO-prepare.xml
Log:
False for errors doesn't change denoted return type (howto guidelines)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pdo/functions/PDO-prepare.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/pdo/functions/PDO-prepare.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-prepare.xml:1.10
phpdoc/en/reference/pdo/functions/PDO-prepare.xml:1.11
--- phpdoc/en/reference/pdo/functions/PDO-prepare.xml:1.10 Sun Jan 8
14:02:42 2006
+++ phpdoc/en/reference/pdo/functions/PDO-prepare.xml Mon Jan 9 09:06:05 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-prepare">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>PDO::prepare</methodname>
+ <type>PDOStatement</type><methodname>PDO::prepare</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
<methodparam
choice="opt"><type>array</type><parameter>driver_options</parameter></methodparam>
</methodsynopsis>