Manek start
Film
Cenne wpisy
Zobaczymy
Phar
lzf_optimized_for
WstΔp
Rozszerzenia kompresji i archiwizacji
PHP Manual
Phar
WstΔp
Instalacja/Konfiguracja
Instalacja
Konfiguracja wykonawcza
Typy zasobΓ³w
StaΕe predefiniowane
Using Phar Archives
Using Phar Archives: the phar stream wrapper
Using Phar Archives: the Phar and PharData class
Creating Phar Archives
What makes a phar a phar and not a tar or a zip?
Phar file stub
Head-to-head comparison of Phar, Tar and Zip
Tar-based phars
Zip-based phars
Phar File Format
Global Phar bitmapped flags
Phar manifest file entry definition
Phar Signature format
Phar
β The Phar class
Phar::addEmptyDir
β Add an empty directory to the phar archive
Phar::addFile
β Add a file from the filesystem to the phar archive
Phar::addFromString
β Add a file from the filesystem to the phar archive
Phar::apiVersion
β Returns the api version
Phar::buildFromDirectory
β Construct a phar archive from the files within a directory.
Phar::buildFromIterator
β Construct a phar archive from an iterator.
Phar::canCompress
β Returns whether phar extension supports compression using either zlib or bzip2
Phar::canWrite
β Returns whether phar extension supports writing and creating phars
Phar::compress
β Compresses the entire Phar archive using Gzip or Bzip2 compression
Phar::compressAllFilesBZIP2
β Compresses all files in the current Phar archive using Bzip2 compression
Phar::compressAllFilesGZ
β Compresses all files in the current Phar archive using Gzip compression
Phar::compressFiles
β Compresses all files in the current Phar archive
Phar::__construct
β Construct a Phar archive object
Phar::convertToData
β Convert a phar archive to a non-executable tar or zip file
Phar::convertToExecutable
β Convert a phar archive to another executable phar archive file format
Phar::copy
β Copy a file internal to the phar archive to another new file within the phar
Phar::count
β Returns the number of entries (files) in the Phar archive
Phar::createDefaultStub
β Return the PHP loader or bootstrap stub of a Phar archive
Phar::decompress
β Decompresses the entire Phar archive
Phar::decompressFiles
β Decompresses all files in the current Phar archive
Phar::delMetadata
β Deletes the global metadata of the phar
Phar::delete
β Delete a file within a phar archive
Phar::extractTo
β Extract the contents of a phar archive to a directory
Phar::getMetaData
β Returns phar archive meta-data
Phar::getModified
β Return whether phar was modified
Phar::getSignature
β Return MD5/SHA1/SHA256/SHA512 signature of a Phar archive
Phar::getStub
β Return the PHP loader or bootstrap stub of a Phar archive
Phar::getSupportedCompression
β Return array of supported compression algorithms
Phar::getSupportedSignatures
β Return array of supported signature types
Phar::getVersion
β Return version info of Phar archive
Phar::hasMetaData
β Returns whether phar has global meta-data
Phar::interceptFileFuncs
β instructs phar to intercept fopen, file_get_contents, opendir, and all of the stat-related functions
Phar::isBuffering
β Used to determine whether Phar write operations are being buffered, or are flushing directly to disk
Phar::isCompressed
β Returns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed (.tar.gz/tar.bz and so on)
Phar::isFileFormat
β Returns true if the phar archive is based on the tar/phar/zip file format depending on the parameter
Phar::isValidPharFilename
β Returns whether the given filename is a valid phar filename
Phar::isWritable
β Returns true if the phar archive can be modified
Phar::loadPhar
β Loads any phar archive with an alias
Phar::mapPhar
β Reads the currently executed file (a phar) and registers its manifest
Phar::mount
β Mount an external path or file to a virtual location within the phar archive
Phar::mungServer
β Defines a list of up to 4 $_SERVER variables that should be modified for execution
Phar::offsetExists
β determines whether a file exists in the phar
Phar::offsetGet
β get a PharFileInfo object for a specific file
Phar::offsetSet
β set the contents of an internal file to those of an external file
Phar::offsetUnset
β remove a file from a phar
Phar::running
β Returns the full path on disk or full phar URL to the currently executing Phar archive
Phar::setAlias
β Set the alias for the Phar archive
Phar::setDefaultStub
β Used to set the PHP loader or bootstrap stub of a Phar archive to the default loader
Phar::setMetadata
β Sets phar archive meta-data
Phar::setSignatureAlgorithm
β set the signature algorithm for a phar and apply it.
Phar::setStub
β Used to set the PHP loader or bootstrap stub of a Phar archive
Phar::startBuffering
β Start buffering Phar write operations, do not modify the Phar object on disk
Phar::stopBuffering
β Stop buffering write requests to the Phar archive, and save changes to disk
Phar::uncompressAllFiles
β Uncompresses all files in the current Phar archive
Phar::unlinkArchive
β Completely remove a phar archive from disk and from memory
Phar::webPhar
β mapPhar for web-based phars. front controller for web applications
PharData
β The PharData class
PharData::addEmptyDir
β Add an empty directory to the tar/zip archive
PharData::addFile
β Add a file from the filesystem to the tar/zip archive
PharData::addFromString
β Add a file from the filesystem to the tar/zip archive
PharData::buildFromDirectory
β Construct a tar/zip archive from the files within a directory.
PharData::buildFromIterator
β Construct a tar or zip archive from an iterator.
PharData::compress
β Compresses the entire tar/zip archive using Gzip or Bzip2 compression
PharData::compressFiles
β Compresses all files in the current tar/zip archive
PharData::__construct
β Construct a non-executable tar or zip archive object
PharData::convertToData
β Convert a phar archive to a non-executable tar or zip file
PharData::convertToExecutable
β Convert a non-executable tar/zip archive to an executable phar archive
PharData::copy
β Copy a file internal to the phar archive to another new file within the phar
PharData::decompress
β Decompresses the entire Phar archive
PharData::decompressFiles
β Decompresses all files in the current zip archive
PharData::delMetadata
β Deletes the global metadata of a zip archive
PharData::delete
β Delete a file within a tar/zip archive
PharData::extractTo
β Extract the contents of a tar/zip archive to a directory
PharData::isWritable
β Returns true if the tar/zip archive can be modified
PharData::offsetSet
β set the contents of a file within the tar/zip to those of an external file or string
PharData::offsetUnset
β remove a file from a tar/zip archive
PharData::setAlias
β dummy function (Phar::setAlias is not valid for PharData)
PharData::setDefaultStub
β dummy function (Phar::setDefaultStub is not valid for PharData)
Phar::setMetadata
β Sets phar archive meta-data
Phar::setSignatureAlgorithm
β set the signature algorithm for a phar and apply it. The
PharData::setStub
β dummy function (Phar::setStub is not valid for PharData)
PharFileInfo
β The PharFileInfo class
PharFileInfo::chmod
β Sets file-specific permission bits
PharFileInfo::compress
β Compresses the current Phar entry with either zlib or bzip2 compression
PharFileInfo::__construct
β Construct a Phar entry object
PharFileInfo::decompress
β Decompresses the current Phar entry within the phar
PharFileInfo::delMetadata
β Deletes the metadata of the entry
PharFileInfo::getCRC32
β Returns CRC32 code or throws an exception if CRC has not been verified
PharFileInfo::getCompressedSize
β Returns the actual size of the file (with compression) inside the Phar archive
PharFileInfo::getMetaData
β Returns file-specific meta-data saved with a file
PharFileInfo::getPharFlags
β Returns the Phar file entry flags
PharFileInfo::hasMetadata
β Returns the metadata of the entry
PharFileInfo::isCRCChecked
β Returns whether file entry has had its CRC verified
PharFileInfo::isCompressed
β Returns whether the entry is compressed
PharFileInfo::isCompressedBZIP2
β Returns whether the entry is compressed using bzip2
PharFileInfo::isCompressedGZ
β Returns whether the entry is compressed using gz
PharFileInfo::setCompressedBZIP2
β Compresses the current Phar entry within the phar using Bzip2 compression
PharFileInfo::setCompressedGZ
β Compresses the current Phar entry within the phar using gz compression
PharFileInfo::setMetaData
β Sets file-specific meta-data saved with a file
PharFileInfo::setUncompressed
β Uncompresses the current Phar entry within the phar, if it is compressed
PharException
β The PharException class
PharException
β The PharException class provides a phar-specific exception class for try/catch blocks.
lzf_optimized_for
WstΔp
Rozszerzenia kompresji i archiwizacji
PHP Manual
zapalniczki gazowe
|
piΓ³ra waterman
|
zapalniczka zippo
|
9fashion
|
perfumy Pierre Cardin
Copyright by Ty i on czyli manek
Design by
flankerds.com