reference/mysqli/mysqli_stmt/more-results.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="mysqli-stmt.more-results" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>mysqli_stmt::more_results</refname>
...
...
@@ -10,19 +9,24 @@
10
9

11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
-
<para>&style.oop; (method):</para>
14
-
<methodsynopsis>
12
+
<para>&style.oop;</para>
13
+
<methodsynopsis role="mysqli_stmt">
15
14
<modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::more_results</methodname>
16
-
<void />
17
-
</methodsynopsis>
15
+
<void/>
16
+
</methodsynopsis>
18
17
<para>&style.procedural;:</para>
19
18
<methodsynopsis>
20
19
<type>bool</type><methodname>mysqli_stmt_more_results</methodname>
21
-
<methodparam><type>mysql_stmt</type><parameter>stmt</parameter></methodparam>
20
+
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
22
21
</methodsynopsis>
23
22
<para>
24
23
Checks if there are more query results from a multiple query.
25
24
</para>
25
+
<note>
26
+
<para>
27
+
&mysqli.available.mysqlnd;
28
+
</para>
29
+
</note>
26
30
</refsect1>
27
31

28
32
<refsect1 role="parameters">
...
...
@@ -41,14 +45,6 @@
41
45
</para>
42
46
</refsect1>
43
47

44
-
<refsect1 role="mysqlnd">
45
-
&reftitle.mysqlnd;
46
-

47
-
<para>
48
-
&mysqli.available.mysqlnd;
49
-
</para>
50
-
</refsect1>
51
-

52
48
<refsect1 role="seealso">
53
49
&reftitle.seealso;
54
50
<para>
...
...
@@ -60,7 +56,6 @@
60
56
</refsect1>
61
57

62
58
</refentry>
63
-

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