Export given PageArray to a ZIP file
Usage
// basic usage
$string = $pagesExportImport->exportZIP(PageArray $items);
// usage with all arguments
$string = $pagesExportImport->exportZIP(PageArray $items, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
items | PageArray | |
options (optional) | array |
Return value
string
bool
Path+filename to ZIP file or boolean false on failure
PagesExportImport methods and properties
API reference based on ProcessWire core version 3.0.236