| 
 | ifx_num_fieldsReturns the number of columns in the query Description
   int ifx_num_fields
    ( resource  $result_id)After preparing or executing a query, this call gives you the number of columns in the query. Parameters
 
 Return Values
   Returns the number of columns in query for
    Examples
 Example #1 ifx_num_fields Example 
<?phpSee Also
 
 |