mysql_field_flags
PHP 4, PHP 5
mysql_field_flags - Get the flags associated with the specified field in a result
Code Examples
Example #1 A mysql_field_flags example
Result: not_null primary_key auto_increment
Array
(
[0] => not_null
[1] => primary_key
[2] => auto_increment
)