|
cubrid_close(PECL CUBRID >= 8.3.1) cubrid_close — Close CUBRID connection Описание
bool cubrid_close
([ resource $conn_identifier
] )
The cubrid_close() function ends the transaction currently on process, 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 function cubrid_disconnect(). Список параметров
Возвращаемые значенияTRUE, when process is successful. FALSE, when process is unsuccessful. ПримерыПример #1 cubrid_close() example
<?php Смотрите также
|
|