Phar
PHP Manual

The PharFileInfo class

Введение

The PharFileInfo class provides a high-level interface to the contents and attributes of a single file within a phar archive.

Class synopsis

PharFileInfo
PharFileInfo extends SplFileInfo {
/* Properties */
/* Methods */
void PharFileInfo::chmod ( int $permissions )
bool PharFileInfo::compress ( int $compression )
void PharFileInfo::__construct ( string $entry )
void PharFileInfo::setMetaData ( mixed $metadata )
}

Содержание


Phar
PHP Manual