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::thread_safe
mysqli::thread_safe
(mysqli_thread_safe)
mysqli_stmt::prepare
mysqli_stmt::prepare
(mysqli_stmt_prepare
mysqli::stat
mysqli::stat
(mysqli_stat)Getthec
mysqli_stmt::bind_result
mysqli_stmt::bind_result
(mysqli_stmt_bind_re
mysqli::rollback
mysqli::rollback
(mysqli_rollback)Rol
mysqli::get_connection_stats
mysqli::get_connection_stats
(mysqli_get_connecti
mysqli::$info
mysqli::$info
(mysqli_info)Retriev
mysqli_result::fetch_array
mysqli_result::fetch_array
(mysqli_fetch_array)
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