[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/filesystem/archive/ -> gzip.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id:gzip.php 6961 2007-03-15 16:06:53Z tcp $
File Size: 134 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JArchiveGzip:: (2 methods):
  extract()
  _getFilePosition()


Class: JArchiveGzip  - X-Ref

Gzip format adapter for the JArchive class

This class is inspired from and draws heavily in code and concept from the Compress package of
The Horde Project <http://www.horde.org>

extract($archive, $destination, $options = array ()   X-Ref
Extract a Gzip compressed file to a given path

param: string    $archive        Path to ZIP archive to extract
param: string    $destination    Path to extract archive to
param: array    $options        Extraction options [unused]
return: boolean    True if successful

_getFilePosition()   X-Ref
Get file data offset for archive

return: int    Data position marker for archive



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1