msql_field_flags
(PHP 3>= 3.0.7, PHP 4 )
msql_field_flags -- Get field flags
Description
string msql_field_flags ( resource query_identifier, int
field_offset)
msql_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).
msql_field_len
(PHP 3>= 3.0.7, PHP 4 )
msql_field_len -- Get field length
Description
int msql_field_len ( resource query_identifier, int field_offset)
msql_field_len() returns the length of the specified field
or FALSE on error.
|