API17

JArchiveBzip2

From Joomla! Documentation

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JArchiveBzip2[edit]

Description[edit]

Methods[edit]

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[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]