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.
Similar Functions