sasql_stmt_reset

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.

Prototype

bool sasql_stmt_reset( sasql_stmt $stmt )

Parameters

$stmt – A statement resource.

Returns

TRUE on success or FALSE on failure.