Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysql_fetch_array
mysql_fetch_array
Get a row from the result set as an associative array, or an array of numbers, or both.
Name:
mysql_fetch_array
Category:
Uncategorized
Programming Language:
php
One-line Description:
Get a row from the result set as an associative array, or an array of numbers, or both.
Related
How to use mysql_fetch_array and foreach loops in combination
10
Avoid common errors in the use of mysql_fetch_array function
10
How to handle multidimensional arrays returned by mysql_fetch_array
4
The difference and application of mysql_fetch_array and mysql_fetch_row
2
How to use the mysql_fetch_array function to get the associative array of MySQL query results
1
Similar Functions
ftp_mdtm
ftp_mdtm
Returnsthelastmodifi
asXML
asXML
Returnsawell-formedX
mysql_error
mysql_error
Returnsthetexterrorm
mysql_thread_id
mysql_thread_id
ReturnstheIDofthecur
ftp_pwd
ftp_pwd
Returnsthecurrentdir
ftp_nb_continue
ftp_nb_continue
Retrieve/sendfilesco
fetch_lengths
fetch_lengths
Returnsthecolumnleng
mysql_fetch_object
mysql_fetch_object
Getarowfromtheresult
Popular Articles
How to handle multidimensional arrays returned by mysql_fetch_array
How to use mysql_fetch_array and foreach loops in combination
The difference and application of mysql_fetch_array and mysql_fetch_row
How to use the mysql_fetch_array function to get the associative array of MySQL query results
Avoid common errors in the use of mysql_fetch_array function