ClassInterface JArchiveExtractable

Description

Archieve class interface

  • since: 12.1

Located in /libraries/joomla/archive/extractable.php (line 19)


	
			
Method Summary
 static boolean isSupported ()
 boolean extract (string $archive, string $destination, [array $options = array()])
Methods
static isSupported (line 41)

Tests whether this adapter can unpack files on this computer.

  • return: True if supported
  • since: 12.1
  • access: public
static boolean isSupported ()
extract (line 32)

Extract a compressed file to a given path

  • return: True if successful
  • since: 12.1
  • access: public
boolean extract (string $archive, string $destination, [array $options = array()])
  • string $archive: Path to archive to extract
  • string $destination: Path to extract archive to
  • array $options: Extraction options [may be unused]

Documentation generated on Tue, 19 Nov 2013 15:02:46 +0100 by phpDocumentor 1.4.3