Contents Menu Expand Light mode Dark mode Auto light/dark mode
Sand Fox's Projects
Sand Fox's Projects

Support

  • Gitter Room (Web)
  • Gitter Room (Matrix)

PHP

  • Arithmetic Parser
    • Expressions
    • Calculator
    • Parser
    • Configuration
  • Bencode
    • Encoding
    • Decoding
    • Upgrade Notes
  • Clock
    • Basic Usage
    • Clocks
    • The System Clock Package
    • Upgrade
  • Composer License Manager
    • Configuration
    • Command Line Interface
    • Policy Enforcement
  • Composer Viz
  • Console Menu
  • Encryptor
    • Command Line
    • File Format
  • IsResource
    • Functions
    • Supported Extensions
  • JSON
    • JSON Wrapper
    • Options Objects
  • KiloMega
  • Metadata Exporter for PhpStorm
    • Usage
    • Supported Containers
    • Upgrade
  • MonsterID
    • Usage
    • Upgrade Notes
  • Path Library
    • Path Interfaces
    • Path Classes
    • Helper Classes
  • Private Access
  • Pseudolocale
  • Random Extension Polyfill
    • Compatibility Notes
    • Performance Notes
    • License
    • Thanks
  • Torrent File
    • Loading, Saving and Creating
    • Root Fields
    • Info Fields
    • Versioned Info Fields
    • Helper Methods
    • Data Types
    • Upgrade Notes
    • Future Plans
  • Unsigned
    • Data Type
    • Type conversion
    • Arithmetic

Ruby

  • CommonMarker+Rouge
  • Journald Logger
  • Journald Native
  • Vishnu

JavaScript and Frontend

  • sass-hsv

Links

  • Blog
  • Read the Docs
  • GitLab
  • GitHub
  • Bitbucket
  • Gitea
  • Packagist
  • RubyGems
  • NPM
Back to top

Unsigned#

Packagist GitLab GitHub Bitbucket Gitea

Fixed length unsigned arithmetic emulation for PHP.

Installation#

composer require 'arokettu/unsigned'

Documentation#

  • Data Type
    • Explanation and Compatibility
    • PHP Operators
  • Type conversion
    • To working string
    • From working string
  • Arithmetic
    • Bit Shifts
    • Addition and Subtraction
    • Multiplication
    • Division
    • Comparison
    • Bit manipulation

License#

The library is available as open source under the terms of the 2-Clause BSD License.

Next
Data Type
Previous
Future Plans
Copyright © 2023, Anton Smirnov
Made with Sphinx and @pradyunsg's Furo
On this page
  • Unsigned
    • Installation
    • Documentation
    • License