values(ASSOC_ARRAY)

values ASSOC_ARRAY

Returns a normal array consisting of all the values
of the named associative array. The values are
returned in an apparently random order, but it is
the same order as either the keys() or each() func-
tion would produce on the same array. See also
keys() and each().