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。