| 
 | cubrid_closeClose CUBRID connection Description
   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. Parameters
 
 Return Values
     
     ExamplesExample #1 cubrid_close example 
<?phpSee Also
 
 |