|
| static | fromLowHigh (int $low, int $high) |
| | Fill bytes from low to high.
|
| |
| static | init (int $value=0) |
| | Get an instance.
|
| |
|
| | fillBytes (int $value, int $start, int $count) |
| | Fill the bytes field with int.
|
| |
◆ __construct()
| ZipStream\Bigint::__construct |
( |
int | $value = 0 | ) |
|
Initialize the bytes array.
- Parameters
-
◆ add()
| ZipStream\Bigint::add |
( |
Bigint | $other | ) |
|
Add.
- Parameters
-
- Return values
-
◆ fillBytes()
| ZipStream\Bigint::fillBytes |
( |
int | $value, |
|
|
int | $start, |
|
|
int | $count ) |
|
protected |
Fill the bytes field with int.
- Parameters
-
| int | $value | |
| int | $start | |
| int | $count | |
- Return values
-
◆ fromLowHigh()
| static ZipStream\Bigint::fromLowHigh |
( |
int | $low, |
|
|
int | $high ) |
|
static |
Fill bytes from low to high.
- Parameters
-
- Return values
-
◆ getHex64()
| ZipStream\Bigint::getHex64 |
( |
| ) |
|
Get hexadecimal.
- Return values
-
◆ getHigh32()
| ZipStream\Bigint::getHigh32 |
( |
| ) |
|
Get high 32.
- Return values
-
◆ getLow32()
| ZipStream\Bigint::getLow32 |
( |
| ) |
|
Get low 32.
- Return values
-
◆ getLowFF()
| ZipStream\Bigint::getLowFF |
( |
bool | $force = false | ) |
|
Get low FF.
- Parameters
-
- Return values
-
◆ getValue()
| ZipStream\Bigint::getValue |
( |
int | $end = 0, |
|
|
int | $length = 8 ) |
Get value from bytes array.
- Parameters
-
- Return values
-
◆ init()
| static ZipStream\Bigint::init |
( |
int | $value = 0 | ) |
|
|
static |
Get an instance.
- Parameters
-
- Return values
-
◆ isOver32()
| ZipStream\Bigint::isOver32 |
( |
bool | $force = false | ) |
|
Check if is over 32.
@psalm-suppress ArgumentTypeCoercion
- Parameters
-
- Return values
-
The documentation for this class was generated from the following file:
- lib/zipstream/src/Bigint.php