An open API service indexing awesome lists of open source software.

https://github.com/simaguo/javascript-bitwise-operators

In the 64-bit operating system, php to achieve javascript bitwise operation
https://github.com/simaguo/javascript-bitwise-operators

bitwise-operators javascript php-library

Last synced: 6 months ago
JSON representation

In the 64-bit operating system, php to achieve javascript bitwise operation

Awesome Lists containing this project

README

          

In the 64-bit operating system, php to achieve javascript bitwise operation.

Installation
------------

composer require simaguo/javascript-bitwise-operators

Usage
-----

> $b
Tool::unSignedShiftRightOperator($a,$b);//$a >>> $b
Tool::xorOperator($a,$b);//$a ^ $b