reference/uodbc/functions/odbc-setoption.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -10,10 +10,10 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>odbc_setoption</methodname>
13
-
<methodparam><type>resource</type><parameter>id</parameter></methodparam>
14
-
<methodparam><type>int</type><parameter>function</parameter></methodparam>
13
+
<methodparam><type>resource</type><parameter>odbc</parameter></methodparam>
14
+
<methodparam><type>int</type><parameter>which</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>option</parameter></methodparam>
16
-
<methodparam><type>int</type><parameter>param</parameter></methodparam>
16
+
<methodparam><type>int</type><parameter>value</parameter></methodparam>
17
17
</methodsynopsis>
18
18
<para>
19
19
This function allows fiddling with the ODBC options for a
...
...
@@ -42,7 +42,7 @@
42
42
<para>
43
43
<variablelist>
44
44
<varlistentry>
45
-
<term><parameter>id</parameter></term>
45
+
<term><parameter>odbc</parameter></term>
46
46
<listitem>
47
47
<para>
48
48
Is a connection id or result id on which to change the settings.
...
...
@@ -52,7 +52,7 @@
52
52
</listitem>
53
53
</varlistentry>
54
54
<varlistentry>
55
-
<term><parameter>function</parameter></term>
55
+
<term><parameter>which</parameter></term>
56
56
<listitem>
57
57
<para>
58
58
Is the ODBC function to use. The value should be
...
...
@@ -70,7 +70,7 @@
70
70
</listitem>
71
71
</varlistentry>
72
72
<varlistentry>
73
-
<term><parameter>param</parameter></term>
73
+
<term><parameter>value</parameter></term>
74
74
<listitem>
75
75
<para>
76
76
The value for the given <parameter>option</parameter>.
...
...
@@ -117,7 +117,6 @@ odbc_execute($result);
117
117
</refsect1>
118
118

119
119
</refentry>
120
-

121
120
<!-- Keep this comment at the end of the file
122
121
Local variables:
123
122
mode: sgml
124
123