[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

a

$alias
in file Creator.php, variable PHP_Archive_Creator::$alias
$archive_name
in file Creator.php, variable PHP_Archive_Creator::$archive_name
addArray
in file Creator.php, method PHP_Archive_Creator::addArray()
    add an array of files to the archive
addDir
in file Creator.php, method PHP_Archive_Creator::addDir()
    Add a directory to the archive
addFile
in file Creator.php, method PHP_Archive_Creator::addFile()
    Add a file to the PHP Archive
addMagicRequireCallback
in file Creator.php, method PHP_Archive_Creator::addMagicRequireCallback()
    Specify a custom "magic require" callback for processing file contents.
addString
in file Creator.php, method PHP_Archive_Creator::addString()
    Add a string to the PHP Archive as a file
APIVersion
in file Archive.php, method PHP_Archive::APIVersion()
    API version of this class
Archive.php
procedural page Archive.php
top

b

BADSIGNATURE
in file Exception.php, class constant PHP_Archive_ExceptionExtended::BADSIGNATURE
BZ2
in file Manager.php, class constant PHP_Archive_Manager::BZ2
BZ2
in file Archive.php, class constant PHP_Archive::BZ2
top

c

$collapse
in file Creator.php, variable PHP_Archive_Creator::$collapse
$compress
in file Creator.php, variable PHP_Archive_Creator::$compress
$currentFilename
in file Archive.php, variable PHP_Archive::$currentFilename
    Current file name in the phar
$currentStat
in file Archive.php, variable PHP_Archive::$currentStat
    Current file statistics (size, creation date, etc.)
clearMagicRequire
in file Creator.php, method PHP_Archive_Creator::clearMagicRequire()
Creator.php
procedural page Creator.php
top

d

$defaultmimes
in file Archive.php, variable PHP_Archive::$defaultmimes
    Default MIME types used for the web front controller
$defaultphp
in file Archive.php, variable PHP_Archive::$defaultphp
$defaultphps
in file Archive.php, variable PHP_Archive::$defaultphps
$deny
in file Archive.php, variable PHP_Archive::$deny
dirList
in file Creator.php, method PHP_Archive_Creator::dirList()
    Retrieve a listing of every file in $directory and all subdirectories.
dir_closedir
in file Archive.php, method PHP_Archive::dir_closedir()
    Close a directory handle opened with opendir() - PHP streams API
dir_opendir
in file Archive.php, method PHP_Archive::dir_opendir()
    Open a directory in the .phar for reading - PHP streams API
dir_readdir
in file Archive.php, method PHP_Archive::dir_readdir()
    Read the next directory entry - PHP streams API
dir_rewinddir
in file Archive.php, method PHP_Archive::dir_rewinddir()
    Rewind to the first directory entry - PHP streams API
dump
in file Manager.php, method PHP_Archive_Manager::dump()
    Display information on a phar
top

e

extractFile
in file Archive.php, method PHP_Archive::extractFile()
    Seek to a file within the master archive, and extract its contents
Exception.php
procedural page Exception.php
top

f

$flags
in file Creator.php, variable PHP_Archive_Creator::$flags
    Phar bitmapped flags
$fp
in file Archive.php, variable PHP_Archive::$fp
FILECORRUPTEDCRC
in file Exception.php, class constant PHP_Archive_ExceptionExtended::FILECORRUPTEDCRC
FILECORRUPTEDGZ
in file Exception.php, class constant PHP_Archive_ExceptionExtended::FILECORRUPTEDGZ
FILECORRUPTEDSIZE
in file Exception.php, class constant PHP_Archive_ExceptionExtended::FILECORRUPTEDSIZE
FILELOCATIONINVALID
in file Exception.php, class constant PHP_Archive_ExceptionExtended::FILELOCATIONINVALID
FILETRUNCATED
in file Exception.php, class constant PHP_Archive_ExceptionExtended::FILETRUNCATED
top

g

getErrorData
in file Exception.php, method PHP_Archive_ExceptionExtended::getErrorData()
getFileMetadata
in file Archive.php, method PHP_Archive::getFileMetadata()
    Retrieve File-specific metadata for a Phar archive file
getPharMetadata
in file Archive.php, method PHP_Archive::getPharMetadata()
    Retrieve Phar-specific metadata for a Phar archive
getSupportedSignatures
in file Archive.php, method PHP_Archive::getSupportedSignatures()
GZ
in file Manager.php, class constant PHP_Archive_Manager::GZ
GZ
in file Archive.php, class constant PHP_Archive::GZ
top

i

$initFile
in file Creator.php, variable PHP_Archive_Creator::$initFile
$internalFileLength
in file Archive.php, variable PHP_Archive::$internalFileLength
    Length of current file in the phar
$isDir
in file Archive.php, variable PHP_Archive::$isDir
    true if the current file is an empty directory
inHtml
in file Manager.php, method PHP_Archive_Manager::inHtml()
    For display of data in a browser
initializeStream
in file Archive.php, method PHP_Archive::initializeStream()
    Locate the .phar archive in the include_path and detect the file to open within the archive.
introspect
in file Archive.php, method PHP_Archive::introspect()
top

l

limitedSmartMagicRequire
in file Creator.php, method PHP_Archive_Creator::limitedSmartMagicRequire()
    prepends "phar://alias" only to include/require that use quotes
loadPhar
in file Archive.php, method PHP_Archive::loadPhar()
    Allows loading an external Phar archive without include()ing it
top

m

$manifest
in file Creator.php, variable PHP_Archive_Creator::$manifest
    Used to construct the internal manifest, or listing of files/directories
$metadata
in file Creator.php, variable PHP_Archive_Creator::$metadata
    Used to save Phar-specific metadata
$modified
in file Creator.php, variable PHP_Archive_Creator::$modified
MANIFESTENTRIESOVERFLOW
in file Exception.php, class constant PHP_Archive_ExceptionExtended::MANIFESTENTRIESOVERFLOW
MANIFESTENTRIESTRUNCATEDENTRY
in file Exception.php, class constant PHP_Archive_ExceptionExtended::MANIFESTENTRIESTRUNCATEDENTRY
MANIFESTENTRIESUNDERFLOW
in file Exception.php, class constant PHP_Archive_ExceptionExtended::MANIFESTENTRIESUNDERFLOW
MANIFESTOVERFLOW
in file Exception.php, class constant PHP_Archive_ExceptionExtended::MANIFESTOVERFLOW
mapPhar
in file Archive.php, method PHP_Archive::mapPhar()
    Map a full real file path to an alias used to refer to the .phar
MD5
in file Archive.php, class constant PHP_Archive::MD5
MD5
in file Manager.php, class constant PHP_Archive_Manager::MD5
Manager.php
procedural page Manager.php
top

n

NOHALTCOMPILER
in file Exception.php, class constant PHP_Archive_ExceptionExtended::NOHALTCOMPILER
NOOPEN
in file Exception.php, class constant PHP_Archive_ExceptionExtended::NOOPEN
NOSIGNATUREMAGIC
in file Exception.php, class constant PHP_Archive_ExceptionExtended::NOSIGNATUREMAGIC
NOTPHAR
in file Exception.php, class constant PHP_Archive_ExceptionExtended::NOTPHAR
top

o

OPENSSL
in file Archive.php, class constant PHP_Archive::OPENSSL
top

p

$position
in file Archive.php, variable PHP_Archive::$position
parseUrl
in file Archive.php, method PHP_Archive::parseUrl()
    Parse urls like phar:///fullpath/to/my.phar/file.txt
PHP_Archive
in file Archive.php, class PHP_Archive
    PHP_Archive Class (implements .phar)
PHP_Archive_Creator
in file Creator.php, class PHP_Archive_Creator
    PHP_Archive Class creator (implements .phar)
PHP_Archive_Exception
in file Exception.php, class PHP_Archive_Exception
    PHP_Archive exception
PHP_Archive_ExceptionExtended
in file Exception.php, class PHP_Archive_ExceptionExtended
    PHP_Archive exception
PHP_Archive_Manager
in file Manager.php, class PHP_Archive_Manager
processFile
in file Creator.php, method PHP_Archive_Creator::processFile()
top

r

$relyOnPhar
in file Creator.php, variable PHP_Archive_Creator::$relyOnPhar
rePhar
in file Manager.php, method PHP_Archive_Manager::rePhar()
    Re-make the phar from a previously after having done work on an unPharred phar
top

s

$save_path
in file Creator.php, variable PHP_Archive_Creator::$save_path
$sig
in file Creator.php, variable PHP_Archive_Creator::$sig
    Signature type, either PHP_Archive::SHA1 or PHP_Archive::MD5
savePhar
in file Creator.php, method PHP_Archive_Creator::savePhar()
    Construct the .phar and save it
selectFile
in file Archive.php, method PHP_Archive::selectFile()
    Seek in the master archive to a matching file or directory
serializeManifest
in file Creator.php, method PHP_Archive_Creator::serializeManifest()
    serialize the manifest in a C-friendly way
setLang
in file Exception.php, method PHP_Archive_ExceptionExtended::setLang()
setPharMetadata
in file Creator.php, method PHP_Archive_Creator::setPharMetadata()
    Set meta-data for entire Phar archive
SHA1
in file Archive.php, class constant PHP_Archive::SHA1
SHA1
in file Manager.php, class constant PHP_Archive_Manager::SHA1
SHA256
in file Archive.php, class constant PHP_Archive::SHA256
SHA512
in file Archive.php, class constant PHP_Archive::SHA512
SIG
in file Manager.php, class constant PHP_Archive_Manager::SIG
SIG
in file Archive.php, class constant PHP_Archive::SIG
simpleMagicRequire
in file Creator.php, method PHP_Archive_Creator::simpleMagicRequire()
    prepends all include/require calls with "phar://alias"
smartMagicRequire
in file Creator.php, method PHP_Archive_Creator::smartMagicRequire()
    The basic magicrequire callback (implements old-fashioned magicrequire)
stream_open
in file Archive.php, method PHP_Archive::stream_open()
    Open the requested file - PHP streams API
stream_read
in file Archive.php, method PHP_Archive::stream_read()
    Read the data - PHP streams API
stream_seek
in file Archive.php, method PHP_Archive::stream_seek()
    For seeking the stream - PHP streams API
stream_set_option
in file Archive.php, method PHP_Archive::stream_set_option()
    Set a stream option - PHP stream API
stream_stat
in file Archive.php, method PHP_Archive::stream_stat()
    The result of an fstat call, returns mod time from creation, and file size -
stream_tell
in file Archive.php, method PHP_Archive::stream_tell()
    The current position in the stream - PHP streams API
top

t

$temp_path
in file Creator.php, variable PHP_Archive_Creator::$temp_path
tokenMagicRequire
in file Creator.php, method PHP_Archive_Creator::tokenMagicRequire()
top

u

UNKNOWNAPI
in file Exception.php, class constant PHP_Archive_ExceptionExtended::UNKNOWNAPI
UNKNOWNSIGTYPE
in file Exception.php, class constant PHP_Archive_ExceptionExtended::UNKNOWNSIGTYPE
unPhar
in file Manager.php, method PHP_Archive_Manager::unPhar()
    Extract the .phar to a particular location
url_stat
in file Archive.php, method PHP_Archive::url_stat()
    Stat a closed file or directory - PHP streams API
useDefaultFrontController
in file Creator.php, method PHP_Archive_Creator::useDefaultFrontController()
    For web-based applications, construct a default front controller that will direct to the correct file within the phar.
useMD5Signature
in file Creator.php, method PHP_Archive_Creator::useMD5Signature()
    Append a signature to this phar when it is created
useSHA1Signature
in file Creator.php, method PHP_Archive_Creator::useSHA1Signature()
    Append a signature to this phar when it is created
top

v

validate
in file Manager.php, method PHP_Archive_Manager::validate()
    validate a phar prior to manipulating it
viewSource
in file Archive.php, method PHP_Archive::viewSource()
top

w

webFrontController
in file Archive.php, method PHP_Archive::webFrontController()
top

_

_stream_stat
in file Archive.php, method PHP_Archive::_stream_stat()
    Retrieve statistics on a file or directory within the .phar
__construct
in file Manager.php, method PHP_Archive_Manager::__construct()
    Locate the .phar archive in the include_path and detect the file to open within the archive.
__construct
in file Exception.php, method PHP_Archive_ExceptionExtended::__construct()
__construct
in file Creator.php, method PHP_Archive_Creator::__construct()
    PHP_Archive Constructor
__toString
in file Manager.php, method PHP_Archive_Manager::__toString()
top

Documentation generated on Tue, 19 Nov 2019 16:23:07 -0500 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.