MAKS\AmqpAgent\Helper\ArrayProxyTrait::setArrayValueByKey
Sets a value of an array via dot-notation representation.
Signature
public function setArrayValueByKey(array&
        $array,
            string
        $key,
            mixed
        $value )
            
        Parameters
- $array— array
- The array to set the value in.
- $key— string
- The string key representation.
- $value— mixed
- The value to set.
Returns
- bool
- True on success.