2017 © Pedro Peláez
 

library bitwise-constant-calculator

Calculates the value of bitwise operations on a list of constants

image

gisostallenberg/bitwise-constant-calculator

Calculates the value of bitwise operations on a list of constants

  • Wednesday, February 22, 2017
  • by gisostallenberg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Bitwise Constant Calculator

Calculates the value of bitwise operations on a list of constants, (*1)

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

The Versions

22/02 2017

dev-master

9999999-dev

Calculates the value of bitwise operations on a list of constants

  Sources   Download

MIT

The Development Requires

by Giso Stallenberg

22/02 2017

1.0.0

1.0.0.0

Calculates the value of bitwise operations on a list of constants

  Sources   Download

MIT

The Development Requires

by Giso Stallenberg