mysql_stmt_reset
Syntax
stmt
- a statement handle, which was previously allocated by mysql_stmt_init(). Returns zero on success, nonzero if an error occurred.
Description
Resets a prepared statement on client and server to state after prepare.
See Also
Last updated
Was this helpful?