示例#1
0
 /**
  * Get header
  *
  * @param string $key
  *
  * @return string
  */
 public function get($key)
 {
     return parent::get(strtolower($key));
 }
示例#2
0
文件: Part.php 项目: julio004/imap
 public function getCharset()
 {
     return $this->parameters->get('charset');
 }