Example #1
0
 /**
  * If the input arrays have the same string keys, then the later value for that key will overwrite the previous one.
  * @see #merge()
  */
 static function overwrite($values)
 {
     Config::$values = array_merge(Config::$values, $values);
 }