Collections\DictionaryInterface::merge PHP 메소드

merge() 공개 메소드

Adds every key-value pair in $newItems to the dictionary.
public merge ( $newItems ) : static
$newItems
리턴 static
    public function merge($newItems);