成人精品一区二区三区中文字幕-成人精品一区二区三区-成人精品一级毛片-成人精品亚洲-日本在线视频一区二区-日本在线视频免费

導航首頁 ? 技術教程 ? PHP數(shù)組函數(shù)array_unique()的用法
全站頭部文字 我要出現(xiàn)在這里
PHP數(shù)組函數(shù)array_unique()的用法 760 2024-01-03   

array_unique

(PHP 4 >= 4.0.1, PHP 5)

array_unique — 移除數(shù)組中重復的值

說明

array array_unique ( array $array [, int $sort_flags = SORT_STRING ] )

array_unique() 接受 array 作為輸入并返回沒有重復值的新數(shù)組。

注意鍵名保留不變。array_unique() 先將值作為字符串排序,然后對每個值只保留第一個遇到的鍵名,接著忽略所有后面的鍵名。這并不意味著在未排序的 array 中同一個值的第一個出現(xiàn)的鍵名會被保留。

Note: 當且僅當 (string) $elem1 === (string) $elem2 時兩個單元被認為相同。就是說,當字符串的表達一樣時。 第一個單元將被保留。

參數(shù)

array

輸入的數(shù)組。

sort_flags

The optional second parameter sort_flags may be used to modify the sorting behavior using these values:

Sorting type flags: SORT_REGULAR - compare items normally (don't change types) SORT_NUMERIC - compare items numerically SORT_STRING - compare items as strings SORT_LOCALE_STRING - compare items as strings, based on the current locale.

返回值

Returns the filtered array.

更新日志

版本 說明 5.2.10 Changed the default value of sort_flags back to SORT_STRING. 5.2.9 Added the optional sort_flags defaulting to SORT_REGULAR. Prior to 5.2.9, this function used to sort the array with SORT_STRING internally.

范例

Example #1 array_unique() 例子

<?php
$input = array("a" => "green", "red", "b" => "green", "blue", "red");
$result = array_unique($input);
print_r($result);
?>

以上例程會輸出:

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

Example #2 array_unique() 和類型

<?php
$input = array(4, "4", "3", 4, 3, "3");
$result = array_unique($input);
var_dump($result);
?>

以上例程會輸出:

array(2) {
  [0] => int(4)
  [2] => string(1) "3"
}

參見

array_count_values() - 統(tǒng)計數(shù)組中所有的值出現(xiàn)的次數(shù)

注釋

Note: Note that array_unique() is not intended to work on multi dimensional arrays.



主站蜘蛛池模板: 竹内美宥| 白鲸 电影| 欧美艹| 有风的地方| 少年派2全集免费播放| 江南style歌词翻译成中文| 白上之黑电影| 王尧演员| 欲盖弄潮电影| 浙江卫视在线直播 高清| 山上的小屋免费阅读小说全文| 狂魔电影| 生椰拿铁热量| 情事:秘密情事| 外国小哥街头索吻狂魔| shenin| 八年级上册三峡| 赫伯曼电影免费观看| 神犬奇兵 电视剧| 邵雨薇电影| 女攻男受调教道具| 歪爱时代| 相声《别人家的孩子》| 美女的逼逼视频| 蛇魔女大闹都市| 动漫秀场| 左耳演员表| 贪玩的小水滴300字作文| 陈芷琰演过哪些电视剧名字| 魅力学院电影| 久久久在线视频| 周秀娜三级大尺度视频| 电影《醉猴》刘家良主演| 幼儿园课题研究| 2025微信头像最新版本| 电影《kiskisan》在线观看| 挠中国美女丝袜脚心| 鲍鱼视频在线观看| 在线播放国内自拍情侣酒店| 超薄打底广场舞视频| 美女洗澡直播|

!!!站長長期在線接!!!

網(wǎng)站、小程序:定制開發(fā)/二次開發(fā)/仿制開發(fā)等

各種疑難雜癥解決/定制接口/定制采集等

站長微信:lxwl520520

站長QQ:1737366103