cubrid_free_result
PECL CUBRID >= 8.3.0
cubrid_free_result - Free the memory occupied by the result data
Manual
cubrid_free_result(
resource$req_identifier ): bool
This function frees the memory occupied by the result data. It returns true on success or false on failure. Note that it can only frees the client fetch buffer now, and if you want free all memory, use function cubrid_close_request.
Parameters
- req_identifier
This is the request identifier.
Return Values
Returns true on success or false on failure.