PHP中去一维数组的重复项可以通过PHP内置函数array_unique(),但是PHP的array_unique函数对多维数组并不适用,怎么才能去除二维数组中的重复项呢?
以下给大家提供一个函数。
$v){
if($stkeep) $k = $stArr[$k];
if($ndformat){
$tempArr = explode($joinstr,$v);
foreach($tempArr as $ndkey => $ndval) $output[$k][$ndArr[$ndkey]] = $ndval;
}
else $output[$k] = explode($joinstr,$v);
}
return $output;
}
希望对大家学习PHP程序设计有所帮助。
原文链接:https://www.f2er.com/php/21007.html