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
Similar Functions
mysqli_result
mysqli_result
mysqli_resultclass
mysqli::rollback
mysqli::rollback
(mysqli_rollback)Rol
mysqli_stmt::$affected_rows
mysqli_stmt::$affected_rows
(mysqli_stmt_affecte
mysqli::$insert_id
mysqli::$insert_id
(mysqli_insert_id)Re
mysqli_stmt::bind_result
mysqli_stmt::bind_result
(mysqli_stmt_bind_re
mysqli::next_result
mysqli::next_result
(mysqli_next_result)
mysqli::begin_transaction
mysqli::begin_transaction
(mysqli_begin_transa
mysqli::$thread_id
mysqli::$thread_id
(mysqli_thread_id)Re
Popular Articles
Performance of mysqli_result::fetch_all function on large datasets