示例#1
0
文件: Headers.php 项目: crysalead/net
 /**
  * Unsets an offset.
  *
  * @param string $offset The offset to unset.
  */
 public function offsetUnset($name)
 {
     return parent::offsetUnset(strtolower($name));
 }