cubrid_data_seek
PECL CUBRID >= 8.3.0
cubrid_data_seek - Move the internal row pointer of the CUBRID result
Manual
cubrid_data_seek(
resource$result,
int$row_number ): bool
This function performs the moving of the internal row pointer of the CUBRID result (associated with the specified result identifier) to point to a specific row number. There are functions, such as cubrid_fetch_assoc, which use the current stored value of row number.
Parameters
- result
The result.
- row_number
This is the desired row number of the new result pointer.
Return Values
Returns true on success or false on failure.