mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Works with all queries (bug #50171)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290747 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6685437591
commit
bc66ad1b3d
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
<refentry xml:id="function.mysql-insert-id" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysql_insert_id</refname>
|
||||
<refpurpose>Get the ID generated from the previous INSERT operation</refpurpose>
|
||||
<refpurpose>Get the ID generated in the last query</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -14,7 +14,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Retrieves the ID generated for an AUTO_INCREMENT column by the previous
|
||||
INSERT query.
|
||||
query (usually INSERT).
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
|||
&reftitle.returnvalues;
|
||||
<para>
|
||||
The ID generated for an AUTO_INCREMENT column by the previous
|
||||
INSERT query on success, <literal>0</literal> if the previous
|
||||
query on success, <literal>0</literal> if the previous
|
||||
query does not generate an AUTO_INCREMENT value, or &false; if
|
||||
no MySQL connection was established.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue