reference/uodbc/functions/odbc-close.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>void</type><methodname>odbc_close</methodname>
12
-
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
12
+
<methodparam><type>resource</type><parameter>odbc</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Closes down the connection to the database server.
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>connection_id</parameter></term>
23
+
<term><parameter>odbc</parameter></term>
24
24
<listitem>
25
25
&odbc.connection.id;
26
26
</listitem>
...
...
@@ -44,7 +44,6 @@
44
44
</note>
45
45
</refsect1>
46
46
</refentry>
47
-

48
47
<!-- Keep this comment at the end of the file
49
48
Local variables:
50
49
mode: sgml
51
50