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