Go to the first, previous, next, last section, table of contents.
- `values(ASSOC_ARRAY)'
-
- `values ASSOC_ARRAY'
-
指定した連想配列の全ての値からなる通常の配列を返す。
値は全くランダムな順序で返るが、
keys()
や each()
関数が同じ配列に対して返すものと同じ順序である。
See section each, and See section keys.
Go to the first, previous, next, last section, table of contents.