EBML_ID_CRC32

常量
define('EBML_ID_CRC32', 0x3F); // [BF] -- The CRC is computed on all the data of the Master element it's in, regardless of its position. It's recommended to put the CRC value at the beggining of the Master element for easier reading. All level 1 elements should include a CRC-32.
定义位置
引入
弃用

WordPress常量”EBML_ID_CRC32″是一个整数标识符,在EBML(Extensible Binary Meta Language)文件的构造中使用。它用于标识与CRC32(循环冗余校验)相关的数据元素。CRC32是一种常见的校验和算法,用于确定数据是否在传输过程中损坏或被更改。此常量的值是一个唯一的标识符,指示EBML文件中的特定数据元素是否与CRC32有关。

define('EBML_ID_CRC32',                           0x3F); //             [BF] -- The CRC is computed on all the data of the Master element it's in, regardless of its position. It's recommended to put the CRC value at the beggining of the Master element for easier reading. All level 1 elements should include a CRC-32.

常见问题

FAQs
查看更多 >