Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
current
current
Returns the current element in the array
Name:
current
Category:
Array
Programming Language:
php
One-line Description:
Returns the current element in the array.
Related
Why Does PHP current() Return NULL in an Empty Array? Underlying Reasons Explained
10
Use PHP current() to read the current value of the associative array
5
Similar Functions
array_intersect
array_intersect
Calculatetheintersec
array_diff_assoc
array_diff_assoc
Calculatethedifferen
array_diff_ukey
array_diff_ukey
Usecallbackfunctiont
array_intersect_uassoc
array_intersect_uassoc
Calculatetheintersec
natsort
natsort
Sortarraysusingthe&q
sort
sort
Sortarrays
array_uintersect
array_uintersect
Calculatetheintersec
array_udiff_uassoc
array_udiff_uassoc
Calculatethedifferen
Popular Articles
Why Does PHP current() Return NULL in an Empty Array? Underlying Reasons Explained
Use PHP current() to read the current value of the associative array