update : 2015.11.03
php.shukuma.com검색:
|
cubrid_disconnect(PECL CUBRID >= 8.3.0) cubrid_disconnect — Close a database connection 설명
bool cubrid_disconnect
([ resource
$conn_identifier
] )The cubrid_disconnect() function closes the connection handle and disconnects from server. If any request handle is not closed at this point, it will be closed. It is similar to the CUBRID MySQL compatible function cubrid_close(). 인수
반환값
예제Example #1 cubrid_disconnect() example
<?php 참고
|