Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli_result::fetch_array
mysqli_result::fetch_array
(mysqli_fetch_array) Extract the result row into an associated row, an array of numbers, or both
Name:
mysqli_result::fetch_array
Category:
MySQLi
Programming Language:
php
One-line Description:
Get the result row as an associative array, an array of numbers, or both.
Related
How to correctly use PDOStatement::rowCount to get the number of rows affected by an INSERT INTO statement
4
How to handle the return of hash_final null value?
9
Handling date format issues for query results in mysqli_result::fetch_column
6
How to handle PDOStatement::rowCount returns 0 and optimize code
5
Similar Functions
mysqli::$info
mysqli::$info
(mysqli_info)Retriev
mysqli::$connect_errno
mysqli::$connect_errno
(mysqli_connect_errn
mysqli::more_results
mysqli::more_results
(mysqli_more_results
mysqli::savepoint
mysqli::savepoint
(mysqli_savepoint)Se
mysqli::get_connection_stats
mysqli::get_connection_stats
(mysqli_get_connecti
mysqli_stmt::attr_set
mysqli_stmt::attr_set
(mysqli_stmt_attr_se
mysqli::$connect_error
mysqli::$connect_error
(mysqli_connect_erro
mysqli::stmt_init
mysqli::stmt_init
(mysqli_stmt_init)In
Popular Articles