Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
key
key
Get key names from associative array
Name:
key
Category:
Array
Programming Language:
php
One-line Description:
Get the key name from the associative array.
Related
Best practices for using key() function with reset()
1
Similar Functions
array_unshift
array_unshift
Insertoneormoreunits
array_combine
array_combine
Createanarraybyusing
array_key_last
array_key_last
Getthenameofthelastk
array_intersect_uassoc
array_intersect_uassoc
Calculatetheintersec
array_udiff_assoc
array_udiff_assoc
Calculatethedifferen
natcasesort
natcasesort
Usethe"naturals
array_pad
array_pad
Fillavalueintoanarra
array_intersect_assoc
array_intersect_assoc
Computetheintersecti
Popular Articles
Best practices for using key() function with reset()