Home
last modified time | relevance | path

Searched refs:mime (Results 176 – 178 of 178) sorted by last modified time

12345678

/plugin/zip/pear/File/Archive/Writer/
H A DOutput.php61 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
71 header("Content-type: $mime");
H A DTar.php155 $mime = "application/octet-stream") argument
/plugin/zip/pear/File/Archive/
H A DWriter.php44 * @param string $mime MIME type of the file
46 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
62 * @param string $mime MIME type of the file
64 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
66 $this->newFile($filename, $stat, $mime);

12345678