Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sasql_stmt_fetch( sasql_stmt $stmt )
此函数为语句读取结果之外的一行,并将列置于使用 sasql_stmt_bind_result 绑定的变量中。
$stmt 语句资源。
TRUE(成功时)或 FALSE(失败时)。