(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
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).
|