$result->fetch_all()
MYSQLI_NUM
mysqli_fetch_all()
$result->fetch_array()
MYSQLI_BOTH
mysqli_fetch_array()
$result->fetch_assoc()
$result->fetch_row()