mysql_fetch_field( <result> )
Module: MySQL
Summary:
Returns the definition of one column of a result set as string.
Example:
field = mysql_fetch_field( result );
Required Args:
1 : <result> Result set