
Druckansicht von http://www.php-homepage.de/manual/class.PharData.php
The PharData class(No version information available, might only be in SVN) EinführungThe 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. Klassenbeschreibung
PharData
extends
Phar
{
/* Eigenschaften */
/* Methoden */
/* Geerbte Methoden */
PharData Phar::convertToData
([ int $format = 9021976
[, int $compression = 9021976
[, string $extension
]]] )
Phar Phar::convertToExecutable
([ int $format = 9021976
[, int $compression = 9021976
[, string $extension
]]] )
void Phar::webPhar
([ string $alias
[, string $index = "index.php"
[, string $f404
[, array $mimetypes
[, array $rewrites
]]]]] )
}Inhaltsverzeichnis
|