Spatie\Backup\Tasks\Backup\Zip::humanReadableSize PHP Method

humanReadableSize() public method

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