PHP数组去重
2021-01-19 03:12
阅读:501
标签:code turn uniq yun unique tmp func public set PHP数组去重 标签:code turn uniq yun unique tmp func public set 原文地址:https://www.cnblogs.com/jiqing9006/p/12910948.html/**
* 数组去重
*/
public function arrayUnique($arr) {
$count = count($arr);
$res = [];
for ($i = 0;$i
下一篇:Python CGI编程
评论
亲,登录后才可以留言!