sasql_free_result

Prototype
bool sasql_free_result( sasql_result $result )
Description

Frees database resources associated with a result resource returned from sasql_query.

Parameters

$result   The result resource returned by the sasql_query function.

Returns

TRUE on success or FALSE on error.

Related functions