| 
 | fbsql_field_typeGet the type of the specified field in a result Description
   string fbsql_field_type
    ( resource  $result[, int$field_offset] )fbsql_field_type is similar to the fbsql_field_name function, but the field type is returned instead. Parameters
 
 Return ValuesReturns the field type, as a string. This can be one of int, real, string, blob, and others as detailed in the » FrontBase documentation. Examples
 Example #1 fbsql_field_type example 
<?phpSee Also
 
 |