Emulated prepared statements doesn't communicate with server (bug #44169)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268493 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2008-11-07 11:47:02 +00:00
parent 6a402cc67f
commit 74c20287ba

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="pdo.prepare" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>PDO::prepare</refname>
@ -84,6 +84,12 @@
If the database server cannot successfully prepare the statement,
<function>PDO::prepare</function> returns &false;.
</para>
<note>
<para>
Emulated prepared statements does not communicate with the database server
so <function>PDO::prepare</function> does not check the statement.
</para>
</note>
</refsect1>
<refsect1 role="examples">