function
Global
/
data_get
You are viewing an older version of the documentation. For the latest, please visit master documentation.
data_get
data_get ( ) : mixed
Get an item from an array or object using "dot" notation.
Parameters
- $target mixed
- $key string|array|int|null
- $default mixed