update : 2015.11.03
php.shukuma.com검색:
|
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 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(). 인수
반환값
예제Example #1 cubrid_close() example
<?php 참고
|