Home
PHP
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
Similar Functions
mysqli::$thread_id
mysqli::$thread_id
(mysqli_thread_id)Re
mysqli_result::$field_count
mysqli_result::$field_count
(mysqli_num_fields)G
mysqli::stmt_init
mysqli::stmt_init
(mysqli_stmt_init)In
mysqli_stmt::get_warnings
mysqli_stmt::get_warnings
(mysqli_stmt_get_war
mysqli::init
mysqli::init
(mysqli_init)Initial
mysqli::kill
mysqli::kill
(mysqli_kill)Require
mysqli_stmt::result_metadata
mysqli_stmt::result_metadata
(mysqli_stmt_result_
mysqli_warning::next
mysqli_warning::next
Fetchnextwarning
Popular Articles
Performance of mysqli_result::fetch_all function on large datasets