コード例 #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));
 }