Given an associative array:
array("key1" => "value1", "key2" => "value2", ...)
How would I go about removing a certain key-value pair, given the key?
Given an associative array:
array("key1" => "value1", "key2" => "value2", ...)
How would I go about removing a certain key-value pair, given the key?