MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES
*result)
Description
Retourne la position du curseur de champ utilisé pour le
dernier appel à mysql_fetch_field()
. Cette
valeur peut être utilisée en argument de
mysql_field_seek()
.
Valeur de retour
L'indice courant du curseur de champ.
Erreurs
Aucune.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.