int msql_field_seek(int query_identifier, int field_offset);
Recherche l'offset du champs field_offset. Le prochain appel à msql_fetch_field() qui d'aura pas d'argument offset, retournera ce champs.
Voir aussi: msql_fetch_field().