Class JArchive

Description

An Archive handling class

  • since: 11.1

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


	
			
Method Summary
static boolean extract (string $archivename, string $extractdir)
static object JObject getAdapter (string $type)
Methods
static method extract (line 31)

Extract an archive file to a directory.

  • return: True for success
  • since: 11.1
  • access: public
static boolean extract (string $archivename, string $extractdir)
  • string $archivename: The name of the archive file
  • string $extractdir: Directory to unpack into
static method getAdapter (line 174)

Get a file compression adapter.

  • since: 11.1
  • access: public
static object JObject getAdapter (string $type)
  • string $type: The type of adapter (bzip2|gzip|tar|zip).

Documentation generated on Mon, 25 Jun 2012 13:52:14 -0500 by phpDocumentor 1.4.4