static array add(array $array, string $key, mixed $value)
Add an element to an array using "dot" notation if it doesn't exist.
static array add(array $array, string $key, mixed $value)
Add an element to an array using "dot" notation if it doesn't exist.
Please login to continue.