Array
(
[18] => Array
(
[0] => 137585189
[1] => 138053588
)
[19] => Array
(
[0] => 137626141
[1] => 137672213
[2] => 137718802
)
)
Array
(
[18] => Array
(
[0] => 137585189
[1] => 138053588
)
[19] => Array
(
[0] => 137626141
[1] => 137672213
[2] => 137718802
[3] => 137732801
)
)
This is the result from:
foreach($value as $val){
echo '<pre>';
print_r($value);
echo '</pre>';
}
How can sum the total number of keys per Array?
Array = 5
Array = 6