Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
array_fill_keys
(no version information, might be only in CVS)
array_fill_keys -- Fill an array with values, specifying keysDescription
array array_fill_keys ( array keys, mixed value )
array_fill_keys() fills an array with the
value of the value
parameter, using the
values of the keys
array as keys.
See also array_fill() and array_combine().
PÅ™edcházejÃcà | Domů | Dalšà |
array_diff | Nahoru |