Bootstrap

php之 多维数组去除重复值

$nn = array_map("unserialize",array_unique(array_map("serialize",$nn)));

在这里插入图片描述

;