include/utils/zip_utils.php

Show: inherited
    Table of Contents

    Functions

    functionunzip(  $zip_archive,  $zip_dir,  $forceOverwrite = false ) : void

    Parameters
    Name Type Description
    $zip_archive
    $zip_dir
    $forceOverwrite
    functionunzip_file(  $zip_archive,  $archive_file,  $to_dir,  $forceOverwrite = false ) : void

    Parameters
    Name Type Description
    $zip_archive
    $archive_file
    $to_dir
    $forceOverwrite
    functionzip_dir(  $zip_dir,  $zip_archive ) : void

    Parameters
    Name Type Description
    $zip_dir
    $zip_archive
    functionzip_files_list( string $zip_file, array $file_list, string $prefix = '' ) : void

    Zip list of files, optionally stripping prefix

    Parameters
    Name Type Description
    $zip_file string
    $file_list array
    $prefix string

    Regular expression for the prefix to strip

    Documentation was generated by DocBlox 0.18.1.