cubrid_close_request
PECL CUBRID >= 8.3.0
cubrid_close_request - Close the request handle
Manual
cubrid_close_request(
resource$req_identifier ): bool
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 an alias of cubrid_close_prepare.
Parameters
- req_identifier
Request identifier.
Return Values
Return true on success.