예제 #1
0
 public function __construct($filename, $contents)
 {
     parent::__construct($filename, $contents, array('Content-Type' => 'image/gif'));
 }
예제 #2
0
 public function __construct($filename, $contents)
 {
     parent::__construct($filename, $contents, array('Content-Type' => 'text/plain'));
 }
예제 #3
0
 public function __construct($filename, $contents)
 {
     parent::__construct($filename, $contents, array('Content-Type' => 'application/zip'));
 }