Function array_add
Add an element to an array using "dot" notation if it doesn't exist.
Located at mechanicious/Illuminate/Support/helpers.php
array |
$array |
|
string |
$key |
|
mixed |
$value |
array
|
Add an element to an array using "dot" notation if it doesn't exist.
array |
$array |
|
string |
$key |
|
mixed |
$value |
array
|