mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Commit correction contributed by King Wez.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181736 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
af7c5f5ccb
commit
6f48276019
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.PDO-lastInsertId">
|
||||
<refnamediv>
|
||||
|
@ -61,7 +61,8 @@
|
|||
</para>
|
||||
<para>
|
||||
If the PDO driver does not support this capability,
|
||||
<function>PDO::lastInsertID</function> issues a PDOWarning exception.
|
||||
<function>PDO::lastInsertID</function> triggers an
|
||||
<literal>IM001</literal> SQLSTATE.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue