Spatie\Backup\Tasks\Backup\Zip::humanReadableSize PHP Méthode

humanReadableSize() public méthode

public humanReadableSize ( ) : string
Résultat string
    public function humanReadableSize() : string
    {
        return Format::humanReadableSize($this->size());
    }