Source for file extractable.php
Documentation is available at extractable.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* Archieve class interface
* @package Joomla.Platform
* Extract a compressed file to a given path
* @param string $archive Path to archive to extract
* @param string $destination Path to extract archive to
* @param array $options Extraction options [may be unused]
* @return boolean True if successful
public function extract($archive, $destination, array $options =
array());
* Tests whether this adapter can unpack files on this computer.
* @return boolean True if supported
Documentation generated on Tue, 19 Nov 2013 15:02:46 +0100 by phpDocumentor 1.4.3