Join Up!
96806 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousmysql_field_lenmysql_field_seeknext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Finnish | German

mysql_field_name

(PHP 3, PHP 4 )

mysql_field_name --  Devuelve el nombre del campo especificado en un resultado

Descripción

string mysql_field_name ( int id_resultado, int indice_del_campo)

mysql_field_name() devuelve el nombre del campo especificado. Los argumentos de la función son el identificador de resultado y el indice del campo. Por ejemplo: mysql_field_name($result,2);

Devolverá el nombre del segundo campo asociado al identificador de resultado.

Por razones de compatibilidad puede usarse tambien mysql_fieldname().

User Contributed Notes
mysql_field_name
add a note about notes
There are no user contributed notes for this page.
previousmysql_field_lenmysql_field_seeknext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST