reference/ibm_db2/functions/db2-pclose.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -1,7 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.db2-pclose">
3
+
<refentry xml:id="function.db2-pclose" xmlns="http://docbook.org/ns/docbook">
5
4
<refnamediv>
6
5
<refname>db2_pclose</refname>
7
6
<refpurpose>Closes a persistent database connection</refpurpose>
...
...
@@ -11,7 +10,7 @@
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
12
<type>bool</type><methodname>db2_pclose</methodname>
14
-
<methodparam><type>resource</type><parameter>resource</parameter></methodparam>
13
+
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
This function closes a DB2 client connection created with
...
...
@@ -99,7 +98,6 @@ Connection was successfully closed.
99
98
</refsect1>
100
99
101
100
</refentry>
102
-
103
101
<!-- Keep this comment at the end of the file
104
102
Local variables:
105
103
mode: sgml
...
...
@@ -120,4 +118,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
120
118
vim: et tw=78 syn=sgml
121
119
vi: ts=1 sw=1
122
120
-->
123
-

124
121