mysql_num_fields

Get number of fields in result (PHP 3, PHP 4 )
int mysql_num_fields ( resource result )

mysql_num_fields() returns the number of fields in the result set result.

See also mysql_select_db(), mysql_query(), mysql_fetch_field() and mysql_num_rows().

For downward compatibility mysql_numfields() can also be used. This is deprecated however.

This HTML Help has been published using the chm2web software.