foreach ($toolbar AS &$row) { if (is_array($row)) { foreach ($row AS $id => $cmd) { if ($cmd == 'Image') { array_splice($row,$id,1); break; } } } }