Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sasql_stmt_data_seek( sasql_stmt $stmt, int $offset )
此函数查找结果集中的指定偏移量。
$stmt 语句资源。
$offset 结果集中的偏移量。它是 0 和 (sasql_stmt_num_rows($stmt) - 1) 之间的一个数字。
TRUE(成功时)或 FALSE(失败时)。