odbc_field_len
  Get the length (precision) of a field
  
 
  Description
  
   intfalse odbc_field_len(Odbc\Result $statement, int $field)
  
  
 
  Parameters
  
   
    
     - 
statement 
     - 
      
       The ODBC result object.
      
      
    
    
     - 
field 
     - 
      
       The field number. Field numbering starts at 1.
      
      
    
   
  
  
 
  Return Values
  
   Returns the field length, or false on error.
  
  
 
 
  See Also
  
   
    - odbc_field_scale to get the scale of a
    floating point number