array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'rarentry.getcrc.php', 1 => 'RarEntry::getCrc', 2 => 'Get CRC of the entry', ), 'up' => array ( 0 => 'class.rarentry.php', 1 => 'RarEntry', ), 'prev' => array ( 0 => 'rarentry.getattr.php', 1 => 'RarEntry::getAttr', ), 'next' => array ( 0 => 'rarentry.getfiletime.php', 1 => 'RarEntry::getFileTime', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/rar/rarentry/getcrc.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL rar >= 0.1)
RarEntry::getCrc — Get CRC of the entry
Returns an hexadecimal string representation of the CRC of the archive entry.
此函数没有参数。
Returns the CRC of the archive entry or false on error.
| 版本 | 说明 |
|---|---|
| PECL rar 2.0.0 | This method now returns correct values for multiple volume archives. |