reference/mysqli/mysqli_stmt/insert-id.xml
5d8dfb31071496ffd2d51609ba098e6c9a3ce0d2
...
...
@@ -10,11 +10,11 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<fieldsynopsis><type>int</type><varname linkend="mysqli-stmt.insert-id">mysqli_stmt->insert_id</varname></fieldsynopsis>
13
+
<fieldsynopsis><type class="union"><type>int</type><type>string</type></type><varname linkend="mysqli-stmt.insert-id">mysqli_stmt-&gt;insert_id</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
-
<type>mixed</type><methodname>mysqli_stmt_insert_id</methodname>
17
-
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
16
+
<type class="union"><type>int</type><type>string</type></type><methodname>mysqli_stmt_insert_id</methodname>
17
+
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
18
18
</methodsynopsis>
19
19

20
20
&warn.undocumented.func;
...
...
@@ -22,7 +22,6 @@
22
22
</refsect1>
23
23

24
24
</refentry>
25
-

26
25
<!-- Keep this comment at the end of the file
27
26
Local variables:
28
27
mode: sgml
29
28