in_array
<<<
key
krsort
>>>
7.2 Tableaux
7 Index des fonctions
Manuel PHP
.
Introduction
.
Pré-requis
.
Installation
.
Configuration à l'exécution
.
Types de ressources
.
Constantes prédefinies
.
Voir aussi
.
array_change_key_case
.
array_chunk
.
array_combine
.
array_count_values
.
array_diff_assoc
.
array_diff
.
array_fill
.
array_filter
.
array_flip
.
array_intersect_assoc
.
array_intersect
.
array_key_exists
.
array_keys
.
array_map
.
array_merge_recursive
.
array_merge
.
array_multisort
.
array_pad
.
array_pop
.
array_push
.
array_rand
.
array_reduce
.
array_reverse
.
array_search
.
array_shift
.
array_slice
.
array_splice
.
array_sum
.
array_unique
.
array_unshift
.
array_values
.
array_walk
.
array
.
arsort
.
asort
.
compact
.
count
.
current
.
each
.
end
.
extract
.
in_array
->
key
.
krsort
.
ksort
.
list
.
natcasesort
.
natsort
.
next
.
pos
.
prev
.
range
.
reset
.
rsort
.
shuffle
.
sizeof
.
sort
.
uasort
.
uksort
.
usort
7.2.50 key()
Retourne une clé d'un tableau associatif
[
Exemples avec key
] PHP 3, PHP 4
mixed
key
(
array
array
)
key
retourne l'index de la clé courante dans un tableau.
Voir aussi
current
et
next
.
<<
key
>>
in_array
Tableaux
krsort