Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sasql_stmt_reset( sasql_stmt $stmt )
此函数在描述之后重置状态的 $stmt 对象。对所有被绑定的变量解除绑定,并删除所有使用 sasql_stmt_send_long_data 发送的数据。
$stmt 语句资源。
TRUE(成功时)或 FALSE(失败时)。