cubrid_field_seek
PECL CUBRID >= 8.3.0
cubrid_field_seek - Move the result set cursor to the specified field offset
Manual
cubrid_field_seek(
resource$result,
[int$field_offset = 0] ): bool
This function moves the result set cursor to the specified field offset. This offset is used by cubrid_fetch_field if it doesn't include a field offset. It returns TRUE on success or FALSE on failure.
Parameters
- result
result comes from a call to cubrid_execute
- field_offset
The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an error of level E_WARNING is also issued.
Return Values
true on success.
false on failure.