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::$connect_error
mysqli::$connect_error
(mysqli_connect_erro
mysqli_result::fetch_field
mysqli_result::fetch_field
(mysqli_fetch_field)
mysqli_result::$field_count
mysqli_result::$field_count
(mysqli_num_fields)G
mysqli_stmt::$param_count
mysqli_stmt::$param_count
(mysqli_stmt_param_c
mysqli::use_result
mysqli::use_result
(mysqli_use_result)S
mysqli_result::field_seek
mysqli_result::field_seek
(mysqli_field_seek)S
mysqli::stmt_init
mysqli::stmt_init
(mysqli_stmt_init)In
mysqli::multi_query
mysqli::multi_query
(mysqli_multi_query)
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