| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: archive.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 189 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JArchive:: (3 methods):
extract()
getAdapter()
create()
| extract( $archivename, $extractdir) X-Ref |
param: string The name of the archive file param: string Directory to unpack into return: boolean True for success |
| getAdapter($type) X-Ref |
| No description |
| create($archive, $files, $compress = 'tar', $addPath = '', $removePath = '', $autoExt = false, $cleanUp = false) X-Ref |
param: string The name of the archive param: mixed The name of a single file or an array of files param: string The compression for the archive param: string Path to add within the archive param: string Path to remove within the archive param: boolean Automatically append the extension for the archive param: boolean Remove for source files |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |