PHP数组去重

2021-01-19 03:12

阅读:501

标签:code   turn   uniq   yun   unique   tmp   func   public   set   

/**
 * 数组去重
 */
public function arrayUnique($arr) {
    $count = count($arr);
    $res = [];
    for ($i = 0;$i 

PHP数组去重

标签:code   turn   uniq   yun   unique   tmp   func   public   set   

原文地址:https://www.cnblogs.com/jiqing9006/p/12910948.html


评论


亲,登录后才可以留言!