Definition and usage The mysql_field_flags() function returns the flags of the field record. This function gets the field data from the mysql_query() function and returns a string on success, or FALSE, or on failure when there are no more rows. Possible return values: auto_intcrement -1 if A UTO_INCREMENT is set Binary -1 if the field has the Binar attribute set Spot -1 if it is a field B LOB enum -1 if field is an enum field multiple_key -1 if the field is a non-unique key not_null -1 if the field cannot be null primary_key -1 if it is a foreign primary key timestamp -1 if field is a timestamp field unique_key -1 if field is a unique key unsigned -1 if the field is unsigned zerofill -1 if the field is zero-filled Language
1. 10 recommended articles about the mysql_field_flags() function
## Introduction: Definition and Usage The mysql_field_flags() function returns the flags of the field records. This function gets the field data from the mysql_query() function and returns a string on success, or FALSE, or on failure when there are no more rows. Possible return values: auto_intcrement -1 if a UTO_INCREMENT binary is set -1 if the field has a binary attribute set blob -1 if the field is a B LOB enumeration -1 if the field...
2. PHP mysql_field_flags() Example Tutorial_PHP Tutorial
Introduction: PHP mysql_field_flags() Example Tutorial. Definition and Usage The mysql_field_flags() function returns the flags of the field record. This function gets the field data mysql_field_flags() function and returns a string on success, or
3. PHP mysql_field_flags() Example Tutorial
Introduction: PHP mysql_field_flags() example tutorial. Definition and Usage The mysql_field_flags() function returns the flags of the field record. This function gets the field data from the mysql_query() function and returns a string on success, or
#
The above is the detailed content of Recommended articles about mysql_field_flags. For more information, please follow other related articles on the PHP Chinese website!