Function array_add
Add an element to an array using "dot" notation if it doesn't exist.
Parameters summary
array |
$array |
|
string |
$key |
|
mixed |
$value |
Return value summary
array
|
array |
Add an element to an array using "dot" notation if it doesn't exist.
array |
$array |
|
string |
$key |
|
mixed |
$value |
array
|
array |