sasql_stmt_close

Closes the supplied statement resource and frees any resources associated with it. This function will also free any result objects that were returned by the sasql_stmt_result_metadata.

Prototype

bool sasql_stmt_close( sasql_stmt $stmt )

Parameters

$stmt – A prepared statement resource that was returned by the sasql_prepare function.

Returns

TRUE for success or FALSE on failure.