fillKeys()
The fillKeys() method fills an array with the static value, using the values of the array as keys.
Example.php
Syntax
Parameter
$value
Value to fill the array with.
Return value
A filled array.
Prefixing
References
Last updated