» Version | » Information |
---|---|
2012-04-13 stable |
|
2008-06-05 stable |
|
2005-08-16 stable |
|
2005-07-26 stable |
|
2005-07-26 stable |
|
2005-07-15 stable |
|
2005-06-08 stable |
|
1.4.0 |
Easy InstallNot sure? Get more info. pear install File_Archive-1.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Archive-1.4.0 Release date: 2005-06-06 11:03 UTC Release state: stable Release uploaded by: vincentlascaux Changelog: + Add the possibility to use Cache_Lite to cache intermediary output of Zip compression + Add get and setOption method to change the default behavior of readers and writers Available options are - zipCompressionLevel: default compression level of zip archives (default is 9) - gzCompressionLevel: default compression level of gz archives (default is 9) - tmpDirectory: directory where temporary files will be stored (default is '.') - cache: instance of Cache_Lite that may be used by any writer to cache data for future use. Currently used by Zip writer (default is null: no cache) - appendRemoveDuplicates: specify if the appenders should remove the old files from an archive to avoid creating duplicates (default is false, which is faster) + Add the possibility to use wildcards in read function File_Archive::read('dir/*.txt') will read all txt files from directory dir File_Archive::read('archive.zip/*.txt') will read all txt files from the zip archive Note: The wildcards can only be used after the last '/' + All the File_Archive functions that take a reader or a writer as an argument can now take a string or an array. For readers, strings are interpreted using File_Archive::read function and array using File_Archive::readMulti. For writers, strings are interpreted using File_Archive::appender function and array by creating a multi writer. Dependencies:
|
2005-05-30 stable |
|
2005-05-26 stable |
|
2005-05-08 stable |
|
2005-04-21 stable |
|
2005-04-16 stable |
|
2005-04-08 beta |
|
2005-02-24 beta |
|
2005-02-20 alpha |