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

data_set

data_set ( ) : mixed

Set an item on an array or object using dot notation.

Parameters

  • $target mixed
  • $key string|array
  • $value mixed
  • $overwrite bool