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.
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.
array | $array | |
string | $key | |
mixed | $value |
array |
Designed by : w10schools
service@w10schools.com
Please login to continue.