# CRC16ForPHP **Repository Path**: jf_linux/CRC16ForPHP ## Basic Information - **Project Name**: CRC16ForPHP - **Description**: 这是一个CRC16校验算法的PHP代码的实现 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-09 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CRC16ForPHP 这是一个CRC16校验算法的PHP代码的实现 目前暂时支持 * MODBUS协议 ``` $crc = new CRC16(); $result = $crc->calculationResult('010303000008'); echo $result.PHP_EOL; // 4844 ```