(PHP 5 >= 5.3.0, PHP 7)
Fetches all result rows as an associative array, a numeric array, or both
mixed mysqli_result::fetch_all ([ int $resulttype = MYSQLI_NUM ] )
Object oriented style
Procedural style
mixed mysqli_fetch_all ( mysqli_result $result [, int $resulttype = MYSQLI_NUM ] )
mysqli_fetch_all() fetches all result rows and returns the result set as an associative array, a numeric array, or both.