mysql_field_len

Example

 int mysql_field_len ( resource $result , int $field_offset ) 

Description

mysql_field_len() returns the length of the specified field.

Return Values

The length of the specified field index on success or FALSE on failure.