cubrid_disconnect

PECL CUBRID >= 8.3.0
cubrid_disconnect - Close a database connection
Manual
Code Examples

cubrid_disconnect( [resource$conn_identifier] ): bool

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.

Parameters

conn_identifier

Connection identifier.

Return Values

Returns true on success or false on failure.

Related Functions

Example of cubrid_disconnect

Show all examples for cubrid_disconnect

PHP Version:


Function cubrid_disconnect:

CUBRID Functions

Most used PHP functions