reference/cubrid/functions/cubrid-connect-with-url.xml
73fae4ee51b644b72028e610abefefced57c18ad
...
...
@@ -152,10 +152,7 @@
152
152
<refsect1 role="returnvalues">
153
153
&reftitle.returnvalues;
154
154
<para>
155
-
Connection identifier, when process is successful.
156
-
</para>
157
-
<para>
158
-
&false;, when process is unsuccessful.
155
+
Connection identifier, when process is successful,&return.falseforfailure;.
159
156
</para>
160
157
</refsect1>
161
158
...
...
@@ -192,7 +189,7 @@ if ($con) {
192
189
<programlisting role="php">
193
190
<![CDATA[
194
191
<?php
195
-
$conn_url = "CUBRID:127.0.0.1:33000:demodb:dba::?login_timeout=100"
192
+
$conn_url = "CUBRID:127.0.0.1:33000:demodb:dba::?login_timeout=100";
196
193
$con = cubrid_connect_with_url ($conn_url);
197
194

198
195
if ($con) {
199
196