The PharFileInfo class
(PHP >= 5.3.0, PECL phar >= 1.0.0)
Introduction
The PharFileInfo class provides a high-level interface to the contents
and attributes of a single file within a phar archive.
Class synopsis
public void chmod
(
int $permissions
)
public bool compress
(
int $compression
)
public bool isCompressed
([
int $compression_type
= 9021976
] )
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.