Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

array_merge() is a straightforward and easy function can copy/merge/concat in PHP


example:

Code Block
$this->config = array_merge([], $config);