Spatie\Backup\Tasks\Backup\Zip::humanReadableSize PHP 메소드

humanReadableSize() 공개 메소드

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