list[$key] = $value; } public function set() { foreach ($this->list as $key=>$v){ header($key . ": " . $v); } } }