Home
last modified time | relevance | path

Searched refs:FileInfo (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php6 * Class FileInfo
14 class FileInfo class
50 trigger_error('FileInfo::match() is deprecated, use FileInfo::matchExpression() instead.', E_USER_NOTICE);
54 trigger_error('Call to undefined method FileInfo::'.$name.'()', E_USER_ERROR);
59 * Factory to build FileInfo from existing file or directory
64 * @return FileInfo
75 $file = new FileInfo();
H A DTar.php87 * @returns FileInfo[]
107 * @returns FileInfo[]
153 * @return FileInfo[]
265 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
273 $fileinfo = FileInfo::fromPath($file, $fileinfo);
320 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
327 $fileinfo = new FileInfo($fileinfo);
502 * @param FileInfo
[all...]
H A DZip.php67 * This function lists the files stored in the archive, and returns an indexed array of FileInfo objects
73 * @return FileInfo[]
92 * @return FileInfo[]
132 * @return FileInfo[]
293 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
301 * @param string|FileInfo $fileinfo either the name to use in archive (string) or a FileInfo oject with all meta data, empty to take from original
308 $fileinfo = FileInfo::fromPath($file, $fileinfo);
402 * @param string|FileInfo
[all...]
H A DArchive.php36 * This function lists the files stored in the archive, and returns an indexed array of FileInfo objects
41 * @return FileInfo[]
84 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
92 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
126 * The callback is called with a FileInfo object as parameter. You can use this to show progress
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md35 print_r($toc); // array of FileInfo objects
67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to