Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli_result::fetch_all
mysqli_result::fetch_all
(mysqli_fetch_all) Extract all result rows into associative arrays, numeric arrays, or both
Name:
mysqli_result::fetch_all
Category:
MySQLi
Programming Language:
php
One-line Description:
Get all result rows as an associative array, an array of numbers, or both.
Related
Performance of mysqli_result::fetch_all function on large datasets
1
How to Retrieve All Database Query Results Using mysqli_result::fetch_all: Step-by-Step Guide
5
Similar Functions
mysqli_stmt::__ construct
mysqli_stmt::__ construct
Constructanewmysqli_
mysqli_stmt::result_metadata
mysqli_stmt::result_metadata
(mysqli_stmt_result_
mysqli::real_connect
mysqli::real_connect
(mysqli_real_connect
mysqli::dump_debug_info
mysqli::dump_debug_info
(mysqli_dump_debug_i
mysqli::$host_info
mysqli::$host_info
(mysqli_get_host_inf
mysqli_driver::embedded_server_start
mysqli_driver::embedded_server_start
Initializeandstartem
mysqli_result::fetch_column
mysqli_result::fetch_column
(mysqli_fetch_column
mysqli::commit
mysqli::commit
(mysqli_commit)Submi
Popular Articles
Performance of mysqli_result::fetch_all function on large datasets
How to Retrieve All Database Query Results Using mysqli_result::fetch_all: Step-by-Step Guide