mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
[APIS-554][PHP]Manual page for cubrid_close_request() should be edited
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330458 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cc82b59eab
commit
57bd720f1a
1 changed files with 3 additions and 3 deletions
|
@ -96,14 +96,14 @@
|
|||
"<literal>?:</literal>".
|
||||
</para>
|
||||
<para>
|
||||
$url = "CUBRID:localhost:33000:tdb:dba:12?:?autocommit=off";
|
||||
$url = "CUBRID:localhost:33000:tdb:dba:12?:?login_timeout=100";
|
||||
</para>
|
||||
<para>
|
||||
Passwords that contain <literal>?</literal> or <literal>:</literal>
|
||||
may be passed as a seperate parameter.
|
||||
</para>
|
||||
<para>
|
||||
$url = "CUBRID:localhost:33000:tbd:::?autocommit=off";
|
||||
$url = "CUBRID:localhost:33000:tbd:::?login_timeout=100";
|
||||
</para>
|
||||
<para>
|
||||
$conn = cubrid_connect_with_url($url, "dba", "12?");
|
||||
|
@ -159,7 +159,7 @@
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$conn_url = "CUBRID:localhost:33000:demodb:public:123456";
|
||||
$conn_url = "CUBRID:localhost:33000:demodb:public:123456:";
|
||||
$con = cubrid_connect_with_url($conn_url);
|
||||
|
||||
if ($con) {
|
||||
|
|
Loading…
Reference in a new issue