|
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 there exists any request handle not closed yet at this point, it will be closed. It is similar to the CUBRID MySQL compatible function cubrid_close(). Список параметров
Возвращаемые значенияTRUE, when process is successful. FALSE, when process is unsuccessful. ПримерыПример #1 cubrid_disconnect() example
<?php Смотрите также
|
|