   #PHP Manual mSQL functions msql_field_seek msql_fieldlen

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                msql_fieldflags

   (PHP 3, PHP 4 )
   msql_fieldflags -- Get field flags

Description

   string msql_fieldflags ( int query_identifier, int i)

   msql_fieldflags() returns the field flags of the specified field.
   Currently this is either, "not NULL", "primary key", a combination of
   the two or "" (an empty string).
   ______________________________________________________________________

   Prev            Home          Next
   msql_field_seek  Up  msql_fieldlen
