Multi-Dimensional array count in PHP - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
Multi-Dimensional array count in PHP - Stack Overflow
2012年1月30日 - I have a multi-dimentional array set up as follows array() { ["type1"] ... $count = 0; foreach ($array as $type) { $count+= count($type); } ... A bit late but ...