sasql_stmt_reset

Prototype
bool sasql_stmt_reset( sasql_stmt $stmt )
Description

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.

Parameters

$stmt   A statement resource.

Returns

TRUE on success or FALSE on failure.

Related functions