Class for creating archives in various formats - zip, tar.bz2, etc
This is the code documentation for the SproutCMS project
Search documentation |
class ArchiveClass for creating archives in various formats - zip, tar.bz2, etc
Variables
Functions
public __constructvoid $Archive->__construct ( [ string $type ] ); Loads the archive driver. public addobject $Archive->add ( string $path [, string $name [, bool $recursive ]] ); Adds files or directories, recursively, to an archive. public createstring $Archive->create ( ); Creates a raw archive file and returns it. public saveboolean $Archive->save ( string $filename ); Creates an archive and saves it into a file. |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Monday, 3rd April, 2023 at 02:59 pm |