sasql_stmt_free_result

This function frees cached result set of the statement.

Prototype

bool sasql_stmt_free_result( sasql_stmt $stmt )

Parameters

$stmt – A statement resource that was executed using sasql_stmt_execute.

Returns

TRUE on success or FALSE on failure.