Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
array_combine
Description
array array_combine ( array keys, array values )
Returns an array by using the values from the
keys
array as keys and the values from the
values
array as the corresponding values.
Returns FALSE if the number of elements for each array isn't equal or if the arrays are empty.
See also array_merge(), array_walk(), and array_values().
PÅ™edcházejÃcà | Domů | Dalšà |
array_chunk | Nahoru |