Searched refs:fileinfo (Results 1 – 4 of 4) sorted by relevance
98 foreach ($this->yieldContents() as $fileinfo) {99 $result[] = $fileinfo;204 $fileinfo = $this->header2fileinfo($header);207 $fileinfo->strip($strip);210 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {216 $output = $outdir.'/'.$fileinfo->getPath();217 $directory = ($fileinfo->getIsdir()) ? $output : dirname($output);223 if (!$fileinfo->getIsdir()) {238 @touch($output, $fileinfo->getMtime());239 @chmod($output, $fileinfo->getMode());[all …]
84 …* @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject w…87 abstract public function addFile($file, $fileinfo = ''); argument92 …* @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject w…96 abstract public function addData($fileinfo, $data); argument
79 foreach ($this->yieldContents() as $fileinfo) {80 $result[] = $fileinfo;156 $fileinfo = $this->header2fileinfo($header);159 $fileinfo->strip($strip);162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {166 $extracted[] = $fileinfo;169 $output = $outdir.'/'.$fileinfo->getPath();174 if ($fileinfo->getIsdir()) {176 call_user_func($this->callback, $fileinfo);252 @touch($output, $fileinfo->getMtime());[all …]
583 "ext-fileinfo": "For mime type guessing of embedded files"