   #PHP Manual MySQL Functions mysql_field_flags mysql_field_name

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                mysql_field_len

   (PHP 3, PHP 4 )
   mysql_field_len --  Returns the length of the specified field

Description

   int mysql_field_len ( resource result, int field_offset)

   mysql_field_len() returns the length of the specified field.

   For downward compatibility mysql_fieldlen() can also be used. This is
   deprecated, however.
   ______________________________________________________________________

   Prev              Home             Next
   mysql_field_flags  Up  mysql_field_name
