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::$info
mysqli::$info
(mysqli_info)Retriev
mysqli::$warning_count
mysqli::$warning_count
(mysqli_warning_coun
mysqli::savepoint
mysqli::savepoint
(mysqli_savepoint)Se
mysqli_result::$field_count
mysqli_result::$field_count
(mysqli_num_fields)G
mysqli::options
mysqli::options
(mysqli_options)Sett
mysqli_result::fetch_column
mysqli_result::fetch_column
(mysqli_fetch_column
mysqli_result::fetch_field_direct
mysqli_result::fetch_field_direct
(mysqli_fetch_field_
mysqli_stmt::data_seek
mysqli_stmt::data_seek
(mysqli_stmt_data_se
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