bool sasql_stmt_reset( sasql_stmt $stmt )
This function resets the $stmt object to the state just after the describe. Any variables that were bound are unbound and any data sent using sasql_stmt_send_long_data are dropped.
$stmt A statement resource.
TRUE on success or FALSE on failure.