reference/uodbc/functions/odbc-fetch-array.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -9,13 +9,12 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>odbc_fetch_array</methodname>
13
-
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
14
-
<methodparam choice="opt"><type>int</type><parameter>rownumber</parameter></methodparam>
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>odbc_fetch_array</methodname>
13
+
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
14
+
<methodparam choice="opt"><type>int</type><parameter>row</parameter><initializer>-1</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
Fetch an associative <type>array</type> from an ODBC query. See the
18
-
changelog below for when this function is available.
17
+
Fetch an associative <type>array</type> from an ODBC query.
19
18
</para>
20
19
</refsect1>
21
20

...
...
@@ -24,7 +23,7 @@
24
23
<para>
25
24
<variablelist>
26
25
<varlistentry>
27
-
<term><parameter>result</parameter></term>
26
+
<term><parameter>statement</parameter></term>
28
27
<listitem>
29
28
<para>
30
29
The result resource from <function>odbc_exec</function>.
...
...
@@ -32,7 +31,7 @@
32
31
</listitem>
33
32
</varlistentry>
34
33
<varlistentry>
35
-
<term><parameter>rownumber</parameter></term>
34
+
<term><parameter>row</parameter></term>
36
35
<listitem>
37
36
<para>
38
37
Optionally choose which row number to retrieve.
...
...
@@ -51,40 +50,13 @@
51
50
</para>
52
51
</refsect1>
53
52

54
-
<refsect1 role="changelog">
55
-
&reftitle.changelog;
56
-
<para>
57
-
<informaltable>
58
-
<tgroup cols="2">
59
-
<thead>
60
-
<row>
61
-
<entry>&Version;</entry>
62
-
<entry>&Description;</entry>
63
-
</row>
64
-
</thead>
65
-
<tbody>
66
-
<row>
67
-
<entry>4.3.3</entry>
68
-
<entry>
69
-
This function exists when compiled with IBM DB2 or UnixODBC support.
70
-
</entry>
71
-
</row>
72
-
<row>
73
-
<entry>4.3.2</entry>
74
-
<entry>
75
-
This function exists when compiled for Windows.
76
-
</entry>
77
-
</row>
78
-
<row>
79
-
<entry>4.0.2</entry>
80
-
<entry>
81
-
This function exists when compiled with DBMaker support.
82
-
</entry>
83
-
</row>
84
-
</tbody>
85
-
</tgroup>
86
-
</informaltable>
87
-
</para>
53
+
<refsect1 role="notes">
54
+
&reftitle.notes;
55
+
<note>
56
+
<simpara>
57
+
This function exists when compiled with DBMaker, IBM DB2 or UnixODBC support.
58
+
</simpara>
59
+
</note>
88
60
</refsect1>
89
61

90
62
<refsect1 role="seealso">
...
...
@@ -98,7 +70,6 @@
98
70
</para>
99
71
</refsect1>
100
72
</refentry>
101
-

102
73
<!-- Keep this comment at the end of the file
103
74
Local variables:
104
75
mode: sgml
105
76