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@330921 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e6a54d708
commit
2845ab6612
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ if ($con) {
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$conn_url = "CUBRID:127.0.0.1:33000:demodb:dba::"
|
||||
$conn_url = "CUBRID:127.0.0.1:33000:demodb:dba::?login_timeout=100"
|
||||
$con = cubrid_connect_with_url ($conn_url);
|
||||
|
||||
if ($con) {
|
||||
|
|
Loading…
Reference in a new issue