sybase_data_seek

Moves the internal row pointer on the result set associated with the result identifier to point to the specified row number.

Syntax

bool sybase_data_seek(resource $result, int $row)

Parameters

Returns

TRUE – internal pointer has been successfully positioned.

FALSE – failed to set the internal pointer correctly.