MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES
*result)
Descrição
Retorna a posição do cursos do campo usado pelo último
mysql_fetch_field()
. Este valor pode ser
usado como um argumento para
mysql_field_seek()
.
Valor Retornado
O offset atual do cursor de campo.
Erros
Nenhum.
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.