Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Implementation of .mbz packer. More...
Classes | |
class | mbz_packer |
Implementation of .mbz packer.
This packer supports .mbz files which can be either .zip or .tar.gz format internally. A suitable format is chosen depending on system option when creating new files.
Internally this packer works by wrapping the existing .zip/.tar.gz packers.
Backup filenames do not contain non-ASCII characters so packers that do not support UTF-8 (like the current .tar.gz packer, and possibly external zip software in some cases if used) can be used by this packer.