reference/uodbc/functions/odbc-result-all.xml
8a2141dcc084f72feb4e0ae2feaff3b440e5c59e
...
...
@@ -5,16 +5,26 @@
5
5
<refname>odbc_result_all</refname>
6
6
<refpurpose>Print result as HTML table</refpurpose>
7
7
</refnamediv>
8
+

9
+
<refsynopsisdiv>
10
+
&warn.deprecated.function-8-1-0;
11
+
</refsynopsisdiv>
12
+
8
13
<refsect1 role="description">
9
14
&reftitle.description;
10
15
<methodsynopsis>
11
-
<type>int</type><methodname>odbc_result_all</methodname>
12
-
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
13
-
<methodparam choice="opt"><type>string</type><parameter>format</parameter></methodparam>
16
+
<type class="union"><type>int</type><type>false</type></type><methodname>odbc_result_all</methodname>
17
+
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
18
+
<methodparam choice="opt"><type>string</type><parameter>format</parameter><initializer>""</initializer></methodparam>
14
19
</methodsynopsis>
15
20
<para>
16
21
Prints all rows from a result identifier produced by
17
22
<function>odbc_exec</function>. The result is printed in HTML table format.
23
+
The data is <emphasis>not</emphasis> escaped.
24
+
</para>
25
+
<para>
26
+
This function is not supposed to be used in production environments; it is
27
+
merely meant for development purposes, to get a result set quickly rendered.
18
28
</para>
19
29
</refsect1>
20
30
<refsect1 role="parameters">
...
...
@@ -22,7 +32,7 @@
22
32
<para>
23
33
<variablelist>
24
34
<varlistentry>
25
-
<term><parameter>result_id</parameter></term>
35
+
<term><parameter>statement</parameter></term>
26
36
<listitem>
27
37
<para>
28
38
The result identifier.
...
...
@@ -46,8 +56,32 @@
46
56
Returns the number of rows in the result or &false; on error.
47
57
</para>
48
58
</refsect1>
49
-
</refentry>
50
59

60
+
<refsect1 role="changelog">
61
+
&reftitle.changelog;
62
+
<para>
63
+
<informaltable>
64
+
<tgroup cols="2">
65
+
<thead>
66
+
<row>
67
+
<entry>&Version;</entry>
68
+
<entry>&Description;</entry>
69
+
</row>
70
+
</thead>
71
+
<tbody>
72
+
<row>
73
+
<entry>8.1.0</entry>
74
+
<entry>
75
+
This function has been deprecated.
76
+
</entry>
77
+
</row>
78
+
</tbody>
79
+
</tgroup>
80
+
</informaltable>
81
+
</para>
82
+
</refsect1>
83
+
84
+
</refentry>
51
85
<!-- Keep this comment at the end of the file
52
86
Local variables:
53
87
mode: sgml
54
88