msql_data_seek(3) php man page | unix.com

Man Page: msql_data_seek

Operating Environment: php

Section: 3

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)
Related Man Pages
odbc_fetch_row(3) - php
db2_fetch_array(3) - php
cubrid_data_seek(3) - php
fbsql_data_seek(3) - php
fbsql_fetch_row(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update