mysqli_field_seek result->field_seek Set result pointer to a specified field offset Description Procedural style: intmysqli_field_seek objectresult intfieldnr Object oriented style (method): result int field_seek intfieldnr Sets the field cursor to the given offset. The next call to mysqli_fetch_field will retrieve the field definition of the column associated with that offset. To seek to the beginning of a row, pass an offset value of zero. Return values mysqli_field_seek returns previuos value of field cursor.