cubrid_free_result

PECL CUBRID >= 8.3.0
cubrid_free_result - Free the memory occupied by the result data
Manual
Code Examples

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.

Example of cubrid_free_result

Show all examples for cubrid_free_result

PHP Version:


Function cubrid_free_result:

CUBRID Functions

Most used PHP functions