gisostallenberg/bitwise-constant-calculator
Composer 安装命令:
composer require gisostallenberg/bitwise-constant-calculator
包简介
Calculates the value of bitwise operations on a list of constants
README 文档
README
Calculates the value of bitwise operations on a list of constants
Installation
composer require gisostallenberg/bitwise-constant-calculator
Usage examples
use GisoStallenberg\BitwiseConstantCalculator\BitwiseConstantCalculator; $result = BitwiseConstantCalculator::create() ->calculate("E_ALL | E_STRICT"); ($result === E_ALL | E_STRICT); // true
统计信息
- 总下载量: 82
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-22