| [ 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:tar.php 6961 2007-03-15 16:06:53Z tcp $ |
| File Size: | 188 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JArchiveTar:: (2 methods):
extract()
_getTarInfo()
Class: JArchiveTar - X-Ref
Tar format adapter for the JArchive class| extract($archive, $destination, $options = array () X-Ref |
| Extract a ZIP compressed file to a given path param: string $archive Path to ZIP archive to extract param: string $destination Path to extract archive into param: array $options Extraction options [unused] return: boolean True if successful |
| _getTarInfo(& $data) X-Ref |
| Get the list of files/data from a Tar archive buffer. param: string $data The Tar archive buffer. return: array Archive metadata array |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |