| 
 | mssql_field_typeGets the type of a field Description
   string mssql_field_type
    ( resource  $result[, int$offset= -1
  ] )
   Returns the type of field no.  Parameters
 
 Return Values
   The type of the specified field index on success or  Examples
 Example #1 mssql_field_type example 
<?phpThe above example will output something similar to: 'name' is a type of CHAR(50) See Also
 
 |