API17

API17:JArchiveBzip2

From Joomla! Documentation

Joomla 11.1 JArchiveBzip2

Description

Methods

Visibility Method name Description
public __construct Constructor tries to load the bz2 extension if not loaded.
public extract Extract a Bzip2 compressed file to a given path.
  • Defined in libraries/joomla/filesystem/archive/bzip2.php
  • Extends JObject

Importing

jimport( 'joomla.filesystem.archive.bzip2' );

See also


User contributed notes

Code Examples