[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/splitbrain/php-archive/src/ -> Archive.php (summary)

Set the compression level and type

File Size: 135 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 function

  setCallback()

Functions
Functions that are not part of a class:

setCallback($callback)   X-Ref
Set a callback function to be called whenever a file is added or extracted.

The callback is called with a FileInfo object as parameter. You can use this to show progress
info during an operation.

param: callable $callback