reference/cubrid/functions/cubrid-get-db-parameter.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -14,9 +14,8 @@
14
14
<methodparam><type>resource</type><parameter>conn_identifier</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
This function returns the CUBRID database parameters or it returns FALSE on
18
-
failure. It returns an associative array with the values for the following
19
-
parameters:
17
+
This function returns the CUBRID database parameters,&return.falseforfailure;.
18
+
It returns an associative array with the values for the following parameters:
20
19
</para>
21
20
<para>
22
21
<simplelist>
...
...
@@ -145,10 +144,7 @@
145
144
<refsect1 role="returnvalues">
146
145
&reftitle.returnvalues;
147
146
<para>
148
-
An associative array with CUBRID database parameters; on success.
149
-
</para>
150
-
<para>
151
-
&false; on failure.
147
+
An associative array with CUBRID database parameters; on success,&return.falseforfailure;.
152
148
</para>
153
149
</refsect1>
154
150

155
151