JArchiveBzip2:: construct: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JArchiveBzip2::__construct== | =={{JVer|11.1}} JArchiveBzip2::__construct== | ||
===Description=== | ===Description=== | ||
Constructor tries to load the bz2 extension | Constructor tries to load the bz2 extension if not loaded. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function __construct () | ||
</source> | </source> | ||
* '''Returns''' void | |||
void | * '''Defined''' on line 36 of libraries/joomla/filesystem/archive/bzip2.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/filesystem/archive/bzip2.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JArchiveBzip2::__construct source code''' on [[jplatform:filesystem/archive/bzip2.php#cl-28|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JArchiveBzip2|JArchiveBzip2]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]] | |||
* | * [[API17:JArchiveBzip2::__construct|Other versions of JArchiveBzip2::__construct]] | ||
* [[JArchiveBzip2::__construct|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JArchiveBzip2::__construct | category=JArchiveBzip2::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:20, 25 March 2017
JArchiveBzip2::__construct
Description
Constructor tries to load the bz2 extension if not loaded.
public function __construct ()
See also
JArchiveBzip2::__construct source code on BitBucket
Class JArchiveBzip2
Subpackage Filesystem- Other versions of JArchiveBzip2::__construct
User contributed notes
Code Examples