SYBASE_DATA_SEEK(3) SYBASE_DATA_SEEK(3)
sybase_data_seek - Moves internal row pointer
SYNOPSIS
bool sybase_data_seek (resource $result_identifier, int $row_number)
DESCRIPTION
sybase_data_seek(3) moves the internal row pointer of the Sybase result associated with the specified result identifier to pointer to the
specified row number. The next call to sybase_fetch_row(3) would return that row.
PARAMETERS
o $result_identifier
-
o $row_number
-
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
sybase_fetch_row(3).
PHP Documentation Group SYBASE_DATA_SEEK(3)