sasql_stmt_data_seek

This function seeks to the specified offset in the result set.

Prototype

bool sasql_stmt_data_seek( sasql_stmt $stmt, int $offset )

Parameters

$stmt – A statement resource.
$offset – The offset in the result set. This is a number between 0 and (sasql_stmt_num_rows($stmt) - 1).

Returns

TRUE on success or FALSE failure.