Collections\DictionaryInterface::add PHP Méthode

add() public méthode

Adds the key-value pair containing $key and $value to the dictionary.
public add ( $key, $value ) : static
$key
$value
Résultat static
    public function add($key, $value);