Mysql_num_rows (PHP3, PHP4) mysql_num_rows---The number of columns in the result syntax: int mysql_num_rows (int result) Description: Mysql_num_rows () returns the number of columns in the result , this instruction is valid only for select syntax, to get the number of columns from insert,update, or delete, use mysql_affected_row ...
Mysql_num_fields (PHP3, PHP4) mysql_num_fields---Get the number of fields syntax: int mysql_num_fields (int result) Description: Mysql_num_fields () Returns the number of fields in the result. Compatible Mysql_numfields () can also be used. Reference: Mysql_db_query () &http://...
Mysql_field_len (PHP3, PHP4) mysql_field_len---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Gets the length syntax for the specified field: int mysql_field_len (int result, int field_offset) Description: Mysql_ ...
mysql_drop_db (PHP3, PHP4) mysql_drop_db---Delete mysql repository syntax: int mysql_drop_db (String database_http://www.aliyun.com/ Zixun/aggregation/11696.html ">name [, int link_identifier]) Description: Success is returned ...
Mysql_list_tables (PHP3, PHP4) mysql_list_tables---Lists the table syntax in the repository: int mysql_list_tables (string database [, int link_ Identifier]) Description: Mysql_list_tables () takes a database name and returns a result metric, much like Mysql_db_query (). ...
Mysql_field_http://www.aliyun.com/zixun/aggregation/11696.html ">name (PHP3, PHP4) mysql_field_name---Get the name of the specified field Syntax: string mysql_field_name (int result, int field_index) Description: MySQL ...
Mysql_db_query (PHP3, PHP4) mysql_db_query---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Send out MySQL query syntax: int mysql_db_query (string database, string query [, int link_id ...
Mysql_field_flags (PHP3, PHP4) mysql_field_flags---&http://www.aliyun.com/zixun/aggregation/37954.html "> nbsp; Gets the flag banner method for the specified field: string mysql_field_flags (int result, int field_offset) description ...
Mysql_list_dbs (PHP3, PHP4) Mysql_list_dbs---Lists the database syntax available on the MySQL server: int Mysql_list_dbs ([int link_identifier]) Description: Mysql_ List_dbs () will return the result metrics containing the available repositories from the current MySQL daemon, using mysql_tablehttp://www.aliy ...
Mysql_fetch_row (PHP3, PHP4) mysql_fetch_row---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Get a single-column result syntax: array mysql_fetch_row (int results) Description: Returns an array that is equivalent to getting the column, if no more columns are passed ...
mysql_create_db (PHP3, PHP4) mysql_create_db---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Add a MySQL repository syntax: int mysql_create_db (string database name [, int link_ident ...
MYSQL_INSERT_ID (PHP3, PHP4) mysql_insert_id---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Gets the ID syntax for the previous insert operation: int mysql_insert_id ([int link_identifier]) Description: Mysql_i ...
Mysql_fetch_object (PHP3, PHP4) mysql_fetch_object---&http://www.aliyun.com/zixun/aggregation/37954.html "> nbsp; Gets the object result syntax after the query: object mysql_fetch_object (int result [, int result_typ ...
Mysql_connect (PHP3, PHP4) mysql_connect---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Open MySQL server line syntax: int mysql_connect ([string hostname [:p ort] [:/path/to/socket] ...
Mysql_free_result (PHP3, PHP4) mysql_free_result---&http://www.aliyun.com/zixun/aggregation/37954.html "> nbsp; Free memory Syntax: int mysql_free_result (int result) Description: When executing a program, if you are worried about taking up too much memory, you can ...
Mysql_fetch_lengths mysql_fetch_lengths---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Gets the maximum length syntax for each field: array mysql_fetch_lengths (int result) Description: Mysql_fetch_row () the last ...
Mysql_close (PHP3, PHP4) mysql_close---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Turn off MySQL line syntax: int mysql_close ([int link_identifier]) says: Success returns TRUE, and failure returns false. Mys ...
Mysql_field_type (PHP3, PHP4) mysql_field_type---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp ; Gets the type syntax for the specified field: string mysql_field_type (int result, int field_offset) Description: ...
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.