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 grammar mysql_field_f
1. 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 field data from the mysql_field_flags() function and returns a string on success, or
2. 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 10 recommended articles about the mysql_field_flags() function. For more information, please follow other related articles on the PHP Chinese website!