PHP3 Manual | ||
---|---|---|
Prev | Next |
mysql_field_flags -- get field flags
mysql_field_flags() 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).
For downward compatibility mysql_fieldflags() can also be used.
Prev | Home | Next |
mysql_field_type | Up | mysql_field_len |