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.
Located at mechanicious/Illuminate/Support/helpers.php
array |
& $array |
|
string |
$key |
|
mixed |
$value |
array
|