程序員論壇

 找回密碼
 立即註冊
搜索
熱搜: 活動 交友 discuz
查看: 1377|回復: 0

[陣列] array_unique 從數組中刪除重複的值

[複製鏈接]

8166

主題

1

好友

2萬

積分

版主

Rank: 7Rank: 7Rank: 7

發表於 2020-2-27 11:46:55 |顯示全部樓層
(PHP 4 >= 4.0.1, PHP 5, PHP 7)

array_unique — Removes duplicate values from an array

從數組中刪除重複的值
  1. <?php
  2. $input = array("a" => "green", "red", "b" => "green", "blue", "red");
  3. $result = array_unique($input);
  4. print_r($result);
  5. ?>
複製代碼
Outpur :

Array
(
    [a] => green
    [0] => red
    [1] => blue
)

回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 立即註冊

程序員論壇

GMT+8, 2024-11-2 07:32 , Processed in 0.035156 second(s), 20 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回頂部
HK Piece免費建立你的網上商店
Pocket Money Easy