include/utils/php_zip_utils.php

Show: inherited
    Table of Contents

    Functions

    functionunzip(  $zip_archive,  $zip_dir ) : void

    Parameters
    Name Type Description
    $zip_archive
    $zip_dir
    functionunzip_file(  $zip_archive,  $archive_file,  $zip_dir ) : void

    Parameters
    Name Type Description
    $zip_archive
    $archive_file
    $zip_dir
    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 FIXME: check what happens with streams

    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.