コード例 #1
0
ファイル: ContentType.php プロジェクト: x59/horde-mime
 /**
  */
 public function __construct($name, $value)
 {
     parent::__construct('Content-Type', $value);
 }
コード例 #2
0
 /**
  */
 public function __construct($name, $value)
 {
     parent::__construct('Content-Disposition', $value);
 }