| 
 | mssql_field_lengthGet the length of a field Description
   int mssql_field_length
    ( resource  $result[, int$offset= -1
  ] )
   Returns the length of field no.  Parameters
 
 Return Values
   The length of the specified field index on success or  Examples
 Example #1 mssql_field_length example 
<?phpThe above example will output something similar to: The field 'age' has a data length of 4 Notes
 See Also
 
 |