<?php $array=array(.......); foreach($array as $key=>$value) {if(mb_substr($key,0,你知道的键的长度-1,'utf-8')=='你知道的键') {unset($array[$key]); } }
一下,你就知道