Home  >  Article  >  Backend Development  >  多维数组判断,该怎么解决

多维数组判断,该怎么解决

WBOY
WBOYOriginal
2016-06-13 12:26:36676browse

多维数组判断
city[x] [y] 
x储存省的id
y储存x省的城市的id
如果city[x]下没有数据  
说明省是空的 可以删除
反之不能           怎么解?
------解决思路----------------------

foreach($city as $key->$item) {<br />  if(count($itrm) <== 0) unset($city[$key]);<br />}<br />

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn