Function array_set
Set an array item to a given value using "dot" notation.
If no key is given to the method, the entire array will be replaced.
Parameters summary
array |
& $array |
|
string |
$key |
|
mixed |
$value |
Return value summary
array
|
array |