stmt->data_seek()
stmt->data_seek - Seeks to an arbitray row in statement result set
Syntax
bool stmt->data_seek (
resource $statement,
int $offset,
int $offset,
resource $statement,
int $offset,
int $offset)
Arguments
- statement - One of the MAXDB_REPORT_XXXconstants.
- offset - One of the MAXDB_REPORT_XXXconstants.
- offset - One of the MAXDB_REPORT_XXXconstants.
- statement - One of the MAXDB_REPORT_XXXconstants.
- offset - One of the MAXDB_REPORT_XXXconstants.
- offset - One of the MAXDB_REPORT_XXXconstants.
Description
Procedural style:
Version
PHP PECL maxdb >= 1.0
Return value
Returns TRUE on success or FALSE on failure.