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
- Host: GitHub
- URL: https://github.com/simaguo/javascript-bitwise-operators
- Owner: simaguo
- Created: 2017-06-20T11:40:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T04:32:20.000Z (about 9 years ago)
- Last Synced: 2024-12-18T11:46:11.758Z (over 1 year ago)
- Topics: bitwise-operators, javascript, php-library
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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