function Global / data_get
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

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