<?php $arr = ['key1' => [1,2,3,4,5,6], 'key2' => [1,2,3,4,5,6] ]; foreach ($arr as $key) { // I want to isset on key1 or key2 }
You have javascript disabled. You will not be able to edit any code.