Lines Matching refs:stat
703 * @param array $stat statistics of the file. Index 7 (size) will be
709 function readMemory($memory, $filename, $stat=array(), $mime=null)
712 return new File_Archive_Reader_Memory($memory, $filename, $stat, $mime);
746 * @param array $stat statistics of the file. Index 7 (size) will be
752 function readConcat(&$toConvert, $filename, $stat=array(), $mime=null)
760 return new File_Archive_Reader_Concat($source, $filename, $stat, $mime);
1074 * @param array $stat Statistics of the archive (see stat function)
1079 $stat = array(), $autoClose = true)
1107 $currentFilename, $writer, $stat, $autoClose
1114 $currentFilename, $writer, $stat, $autoClose
1122 $currentFilename, $writer, $stat, $autoClose
1130 $currentFilename, $writer, $stat, $autoClose
1138 $currentFilename, $writer, $stat, $autoClose
1199 * stat is the array of stat (returned by stat() PHP function of Reader getStat())
1217 * @param array $stat Used only if archive is created, array of stat as returned
1218 * by PHP stat function or Reader getStat function: stats of the archive)
1223 $type = null, $stat = array())
1261 $stat[9] = $stat['mtime'] = time();
1314 function appender($URL, $unique = null, $type = null, $stat = array())
1317 return File_Archive::appenderFromSource($source, $URL, $unique, $type, $stat);