| 
 | maxdb_field_countmaxdb::field_countReturns the number of columns for the most recent query DescriptionProcedural style 
   int maxdb_field_count
    ( resource  $link)Object oriented style 
   int maxdb::field_count
    ( void
   ) 
   Returns the number of columns for the most recent query on the connection
   represented by the  Return ValuesAn integer representing the number of fields in a result set. Examples
 Example #1 Object oriented style 
<?phpExample #2 Procedural style 
<?phpThe above example produces no output. |