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_result::fetch_object
mysqli_result::fetch_object
(mysqli_fetch_object
mysqli_driver::$report_mode
mysqli_driver::$report_mode
Enablesordisablesint
mysqli_stmt::$param_count
mysqli_stmt::$param_count
(mysqli_stmt_param_c
mysqli::savepoint
mysqli::savepoint
(mysqli_savepoint)Se
mysqli_stmt::$errno
mysqli_stmt::$errno
(mysqli_stmt_errno)R
mysqli_stmt::$sqlstate
mysqli_stmt::$sqlstate
(mysqli_stmt_sqlstat
mysqli_stmt::result_metadata
mysqli_stmt::result_metadata
(mysqli_stmt_result_
mysqli::$thread_id
mysqli::$thread_id
(mysqli_thread_id)Re
Popular Articles
How to Retrieve All Database Query Results Using mysqli_result::fetch_all: Step-by-Step Guide
Performance of mysqli_result::fetch_all function on large datasets