mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6a402cc67f
commit
74c20287ba
1 changed files with 7 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue