php 5.5以降では、array_columnを使用できます。 およびarray_sum そのように: $value = array_sum(array_column($arr,'f_count'));