sybase_free_result

Frees all memory associated with this result set.

Although result memory is automatically freed when the PHP script ends. Sybase recommends, as a good programming practice, that you free memory that is no longer needed.

Syntax

bool sybase_free_result(resource $result)

Parameters

Returns

TRUE – memory freed successfully.

FALSE – failed to free the memory.