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有關。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
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.
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.
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
檢視更多 >