Function array_get
Get an item from an array using "dot" notation.
Parameters summary
array |
$array |
|
string |
$key |
|
mixed |
$default = null |
Return value summary
mixed
|
mixed |
Get an item from an array using "dot" notation.
array |
$array |
|
string |
$key |
|
mixed |
$default = null |
mixed
|
mixed |