php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Extract_Phar Class Reference

Static Public Member Functions

static go ($return=false)
 
static tmpdir ()
 
static _unpack ($m)
 
static extractFile ($path, $entry, $fp)
 
static _removeTmpFiles ($temp, $origdir)
 

Data Fields

const GZ = 0x1000
 
const BZ2 = 0x2000
 
const MASK = 0x3000
 
const START = 'index.php'
 
const LEN = XXXX
 

Static Public Attributes

static $temp
 
static $origdir
 

Detailed Description

Definition at line 103 of file shortarc.php.

Member Function Documentation

◆ _removeTmpFiles()

static Extract_Phar::_removeTmpFiles ( $temp,
$origdir )
static

Definition at line 278 of file shortarc.php.

◆ _unpack()

static Extract_Phar::_unpack ( $m)
static

Definition at line 213 of file shortarc.php.

◆ extractFile()

static Extract_Phar::extractFile ( $path,
$entry,
$fp )
static

Definition at line 245 of file shortarc.php.

◆ go()

static Extract_Phar::go ( $return = false)
static

Definition at line 113 of file shortarc.php.

◆ tmpdir()

static Extract_Phar::tmpdir ( )
static

Definition at line 196 of file shortarc.php.

Field Documentation

◆ $origdir

Extract_Phar::$origdir
static

Definition at line 106 of file shortarc.php.

◆ $temp

Extract_Phar::$temp
static

Definition at line 105 of file shortarc.php.

◆ BZ2

const Extract_Phar::BZ2 = 0x2000

Definition at line 108 of file shortarc.php.

◆ GZ

const Extract_Phar::GZ = 0x1000

Definition at line 107 of file shortarc.php.

◆ LEN

const Extract_Phar::LEN = XXXX

Definition at line 111 of file shortarc.php.

◆ MASK

const Extract_Phar::MASK = 0x3000

Definition at line 109 of file shortarc.php.

◆ START

const Extract_Phar::START = 'index.php'

Definition at line 110 of file shortarc.php.


The documentation for this class was generated from the following file: