Home
PHP
Tags
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 check whether the database encoding and character set are consistent with mb_get_info in PHP
7
Mixed use scenarios and applications of serialize and json_encode
8
PHP Function Example for Creating Directories by Year, Month, and Day
5
Combining next_result() in CodeIgniter to handle multi-statement query
4
Similar Functions
mysqli::$thread_id
mysqli::$thread_id
(mysqli_thread_id)Re
mysqli_stmt::bind_result
mysqli_stmt::bind_result
(mysqli_stmt_bind_re
mysqli::savepoint
mysqli::savepoint
(mysqli_savepoint)Se
mysqli::$host_info
mysqli::$host_info
(mysqli_get_host_inf
mysqli::begin_transaction
mysqli::begin_transaction
(mysqli_begin_transa
mysqli::poll
mysqli::poll
(mysqli_poll)PollCon
mysqli_stmt::get_result
mysqli_stmt::get_result
(mysqli_stmt_get_res
mysqli_result::fetch_all
mysqli_result::fetch_all
(mysqli_fetch_all)Ex
Popular Articles