MSQL_DATA_SEEK(3) MSQL_DATA_SEEK(3)
msql_data_seek - Move internal row pointer
SYNOPSIS
bool msql_data_seek (resource $result, int $row_number)
DESCRIPTION
msql_data_seek(3) moves the internal row pointer of the mSQL result associated with the specified query identifier to point to the speci-
fied row number. The next call to msql_fetch_row(3) would return that row.
PARAMETERS
o $
result -The result resource that is being evaluated. This result comes from a call to msql_query(3).
o $row_number
- The seeked row number.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
msql_fetch_array(3), msql_fetch_object(3), msql_fetch_row(3), msql_result(3).
PHP Documentation Group MSQL_DATA_SEEK(3)