Query: msql_data_seek
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MSQL_DATA_SEEK(3) MSQL_DATA_SEEK(3) msql_data_seek - Move internal row pointerSYNOPSISbool msql_data_seek (resource $result, int $row_number)DESCRIPTIONmsql_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.PARAMETERSo $ 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 VALUESReturns TRUE on success or FALSE on failure.SEE ALSOmsql_fetch_array(3), msql_fetch_object(3), msql_fetch_row(3), msql_result(3). PHP Documentation Group MSQL_DATA_SEEK(3)