首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
current
current
返回數組中的當前元素
名稱:
current
分類:
數組
所屬語言:
php
一句話介紹:
返回數組中的當前元素。
相關內容
為什麼current() 在空數組上返回NULL?
10
使用PHP current() 讀取關聯數組的當前值
5
如何使用current() 獲取數組中的第一個元素
9
同類函數
array_unshift
array_unshift
在數組開頭插入一個或多個單元
array_intersect_key
array_intersect_key
使用鍵名比較計算數組的交集
array_uintersect_uassoc
array_uintersect_uassoc
帶索引檢查計算數組的交集,用單獨的回調函
array_splice
array_splice
去掉數組中的某一部分並用其它值取代
array_unique
array_unique
移除數組中重複的值
array_walk_recursive
array_walk_recursive
對數組中的每個成員遞歸地應用用戶函數
array_count_values
array_count_values
統計數組中各個的值的個數
array_slice
array_slice
從數組中取出一段
熱門文章
為什麼current() 在空數組上返回NULL?
使用PHP current() 讀取關聯數組的當前值
如何使用current() 獲取數組中的第一個元素