   #PHP Manual mSQL functions msql_fieldtable msql_free_result

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                msql_fieldtype

   (PHP 3, PHP 4 )
   msql_fieldtype -- Get field type

Description

   string msql_fieldtype ( int query_identifier, int i)

   msql_fieldtype() is similar to the msql_fieldname() function. The
   arguments are identical, but the field type is returned. This will be
   one of "int", "char" or "real".
   ______________________________________________________________________

   Prev            Home             Next
   msql_fieldtable  Up  msql_free_result
