mysql_field_len
Returns the length of the specified field
Description
intmysql_field_len
resourceresult
intfield_offset
mysql_field_len returns the length of the
specified field.
mysql_field_len example
]]>
For downward compatibility mysql_fieldlen
can also be used. This is deprecated, however.
See also mysql_fetch_lengths and
strlen.