Count unique values whilst building an array of unique values

后端 未结 0 1475
既然无缘
既然无缘 2020-12-08 07:00

I have the following foreach loop that returns unique usernames.

$my_array = array();
foreach ( $log->results as $entry ) {

        $unData = unserialize(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题