reference/mysqli/mysqli_stmt/get-warnings.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -10,14 +10,14 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<methodsynopsis role="oop">
14
-
<type>object</type><methodname>mysqli_stmt::get_warnings</methodname>
15
-
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
13
+
<methodsynopsis role="mysqli_stmt">
14
+
<modifier>public</modifier> <type class="union"><type>mysqli_warning</type><type>false</type></type><methodname>mysqli_stmt::get_warnings</methodname>
15
+
<void/>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;</para>
18
18
<methodsynopsis>
19
-
<type>object</type><methodname>mysqli_stmt_get_warnings</methodname>
20
-
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
19
+
<type class="union"><type>mysqli_warning</type><type>false</type></type><methodname>mysqli_stmt_get_warnings</methodname>
20
+
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
21
21
</methodsynopsis>
22
22

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

27
27
</refentry>
28
-

29
28
<!-- Keep this comment at the end of the file
30
29
Local variables:
31
30
mode: sgml
32
31