static array
set(array $array, string $key, mixed $value)
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 array $array string $key mixed $value Return Value array