cubrid_close_prepare

PECL CUBRID >= 8.3.0
cubrid_close_prepare - Close the request handle
Manual
Code Examples

cubrid_close_prepare( resource$req_identifier ): bool

The cubrid_close_prepare 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_request.

Parameters

req_identifier

Request identifier.

Return Values

Return true on success.

Related Functions

Example of cubrid_close_prepare

Show all examples for cubrid_close_prepare

PHP Version:


Function cubrid_close_prepare:

CUBRID Functions

Most used PHP functions