Collections\DictionaryInterface::delete PHP Method

delete() public method

Removes the key-value pair represented by $key from the dictionary.
public delete ( $key ) : static
$key
return static
    public function delete($key);