I currently have the following array:
Array( [0] => Array ( [user] => Name 1 [group] => 1
Try this simple but effective way
$count = call_user_func_array('array_merge_recursive', $Array); echo count($count['user']).''; echo count($count['group']).'';