|
cubrid_closeClose CUBRID connection Beschreibung
bool cubrid_close
([ resource
$conn_identifier
] )The cubrid_close function ends the transaction currently in process, closes the connection handle and disconnects from server. If there is any request handles not closed yet at this point, they will be closed. It is similar to the CUBRID function cubrid_disconnect. Parameter-Liste
Rückgabewerte
BeispieleBeispiel #1 cubrid_close example
<?phpSiehe auch
|