[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/fgrosse/phpasn1/lib/Utility/ -> BigInteger.php (summary)

Class BigInteger Utility class to remove dependence on a single large number library. Not intended for external use, this class only implements the functionality needed throughout this project. Instances are immutable, all operations return a new instance with the result.

File Size: 195 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  setPrefer()
  create()
  __construct()

Functions
Functions that are not part of a class:

setPrefer($prefer = null)   X-Ref
Force a preference on the underlying big number implementation, useful for testing.


create($val)   X-Ref
Create a BigInteger instance based off the base 10 string or an integer.

param: string|int $val
return: BigInteger

__construct()   X-Ref
BigInteger constructor.
Prevent directly instantiating object, use BigInteger::create instead.




Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer