update : 2015.11.03
php.shukuma.com검색:
|
The PharData class(PHP >= 5.3.0, PECL phar >= 2.0.0) 소개The PharData class provides a high-level interface to accessing and creating non-executable tar and zip archives. Because these archives do not contain a stub and cannot be executed by the phar extension, it is possible to create and manipulate regular zip and tar files using the PharData class even if phar.readonly php.ini setting is 1. 클래스 개요
PharData
extends
Phar
{
/* 메소드 */
/* 상속된 메소드 */
public PharData Phar::convertToData
([ int
$format = 9021976
[, int $compression = 9021976
[, string $extension
]]] )
public Phar Phar::convertToExecutable
([ int
$format = 9021976
[, int $compression = 9021976
[, string $extension
]]] )
final public static string Phar::createDefaultStub
([ string
$indexfile
[, string $webindexfile
]] )
final public static bool Phar::isValidPharFilename
( string
$filename
[, bool $executable = true
] )
final public static void Phar::webPhar
([ string
}$alias
[, string $index = "index.php"
[, string $f404
[, array $mimetypes
[, callable $rewrites
]]]]] )Table of Contents
|