sasql_free_result

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

Prototype

bool sasql_free_result( sasql_result $result )

Parameters

$result – The result resource returned by the sasql_query function.

Returns

TRUE on success or FALSE on error.