reference/ibm_db2/functions/db2-client-info.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
4
3
<refentry xml:id="function.db2-client-info" xmlns="http://docbook.org/ns/docbook">
5
4
<refnamediv>
6
5
<refname>db2_client_info</refname>
...
...
@@ -9,7 +8,7 @@
9
8
<refsect1 role="description">
10
9
&reftitle.description;
11
10
<methodsynopsis>
12
-
<type>object</type><methodname>db2_client_info</methodname>
11
+
<type class="union"><type>stdClass</type><type>false</type></type><methodname>db2_client_info</methodname>
13
12
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
14
13
</methodsynopsis>
15
14

...
...
@@ -137,7 +136,7 @@
137
136
<refsect1 role="returnvalues">
138
137
&reftitle.returnvalues;
139
138
<para>
140
-
Returns an object on a successful call. Returns &false; on failure.
139
+
Returns an object on a successful call,&return.falseforfailure;
141
140
</para>
142
141
</refsect1>
143
142

...
...
@@ -234,7 +233,6 @@ CONN_CODEPAGE: int(819)
234
233

235
234

236
235
</refentry>
237
-

238
236
<!-- Keep this comment at the end of the file
239
237
Local variables:
240
238
mode: sgml
241
239