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
Use PHP current() to read the current value of the associative array
5
Similar Functions
array_product
array_product
Calculatetheproducto
array_replace_recursive
array_replace_recursive
Recursivelyreplaceel
array_is_list
array_is_list
Checkifthegivenarray
array_values
array_values
Returnallvaluesint
array_column
array_column
Returnsthevalueofasi
shuffle
shuffle
Disruptthearray
array_intersect_uassoc
array_intersect_uassoc
Calculatetheintersec
array
array
Createanewarray
Popular Articles
Use PHP current() to read the current value of the associative array