Lines Matching refs:FileInfo
67 * 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 $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
409 $fileinfo = new FileInfo($fileinfo);
707 * @return FileInfo
711 $fileinfo = new FileInfo();