update : 2015.11.03
php.shukuma.com

검색:
 
 
Get CRC of the entry

RarEntry::getCrc

(PECL rar >= 0.1)

RarEntry::getCrcGet CRC of the entry

설명

public string RarEntry::getCrc ( void )

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

인수

이 함수는 인수가 없습니다.

반환값

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

변경점

버전 설명
2.0.0 This method now returns correct values for multiple volume archives.