Home > Database > Mysql Tutorial > body text

10 recommended articles about the mysql_field_flags() function

怪我咯
Release: 2017-06-13 09:38:17
Original
1644 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!