msql_field_seek

(PHP 3, PHP 4 , PHP 5)

msql_field_seek -- Fixe l'offset d'un champ mSQL

Description

int msql_field_seek ( int query_identifier, int field_offset )

msql_field_seek() recherche l'offset du champ field_offset. Le prochain appel à msql_fetch_field() sans l'argument field_offset, retournera ce champ.

Cette fonction retourne FALSE si une erreur survient.

Voir aussi msql_fetch_field().