GoLang RarEntry::getCrc

request it (253)
GoLang replacement for PHP's RarEntry::getCrc [edit | history]



Do you know a GoLang replacement for PHP's RarEntry::getCrc? Write it!

PHP RarEntry::getCrc

PHP original manual for RarEntry::getCrc [ show | php.net ]

RarEntry::getCrc

(PECL rar >= 0.1)

RarEntry::getCrcGet CRC of the entry

Description

public string RarEntry::getCrc ( void )

Returns an hexadecimal string representation of the CRC of the archive entry.

Parameters

This function has no parameters.

Return Values

Returns the CRC of the archive entry or FALSE on error.

Changelog

Version Description
2.0.0 This method now returns correct values for multiple volume archives.