Documentation

ZipFolder
in package

Класс для упаковки файлов в архив Class ZipFolder https://docs.comodojo.org/projects/zip/en/latest/zip_usage.html

Table of Contents

$error  : mixed
$file  : mixed
__construct()  : mixed
zipFile()  : string

Properties

Methods

__construct()

public __construct() : mixed
Return values
mixed

zipFile()

public zipFile([string $name = 'archive.zip' ][, string|null $path = NULL ][, string|null $folder = NULL ][, bool $download = false ]) : string
Parameters
$name : string = 'archive.zip'
  • имя архива
$path : string|null = NULL
  • путь до папки в которой будет создан архив
$folder : string|null = NULL
  • путь до папки с файлами
$download : bool = false
  • нужно ли скачивать
Return values
string

Search results