|
cubrid_close_request(PECL CUBRID >= 8.3.0) cubrid_close_request — Close the request handle Описание
bool cubrid_close_request
( resource $req_identifier
)
The cubrid_close_request() function closes the request handle given by the req_identifier argument, and releases the memory region related to the handle. It is a alias of cubrid_close_prepare(). Список параметров
Возвращаемые значенияTRUE, when process is successful. FALSE, when process is unsuccessful. ПримерыПример #1 cubrid_close_request() example
<?php |
|