array_fill_keys

Definition

array array_fill_keys ( array $keys , mixed $value )

Description

Fills an array with the value of the value parameter, using the values of the keys array as keys.

[More at php.net]

Parameters



loading


Share/bookmark - array_fill_keys


Global comments