reference/mysqli/mysqli/more-results.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -9,13 +9,15 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
13
-
<type>bool</type><methodname>mysqli::more_results</methodname>
14
-
<void />
12
+
<para>&style.oop;</para>
13
+
<methodsynopsis role="mysqli">
14
+
<modifier>public</modifier> <type>bool</type><methodname>mysqli::more_results</methodname>
15
+
<void/>
15
16
</methodsynopsis>
17
+
<para>&style.procedural;</para>
16
18
<methodsynopsis>
17
19
<type>bool</type><methodname>mysqli_more_results</methodname>
18
-
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
20
+
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
19
21
</methodsynopsis>
20
22
<para>
21
23
Indicates if one or more result sets are available from a previous call to
...
...
@@ -35,7 +37,8 @@
35
37
<refsect1 role="returnvalues">
36
38
&reftitle.returnvalues;
37
39
<para>
38
-
&return.success;
40
+
Returns &true; if one or more result sets (including errors) are available from a previous call to
41
+
<function>mysqli_multi_query</function>, otherwise &false;.
39
42
</para>
40
43
</refsect1>
41
44

...
...
@@ -57,7 +60,6 @@
57
60
</refsect1>
58
61

59
62
</refentry>
60
-

61
63
<!-- Keep this comment at the end of the file
62
64
Local variables:
63
65
mode: sgml
64
66