コード例 #1
0
ファイル: Headers.php プロジェクト: neroreflex/gishiki
 /**
  * Does this collection have a given header?
  *
  * @param string $key The case-insensitive header name
  *
  * @return bool
  */
 public function has($key)
 {
     return parent::has($this->normalizeKey($key));
 }