Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
fromHex ($hex) | |
toHex ($integer) | |
BigNumberConverter converts UUIDs from hexadecimal characters into moontoast/math BigNumber
representations of integers and vice versa
fromHex | ( | $hex | ) |
Converts a hexadecimal number into a Moontoast\Math\BigNumber
representation
string | $hex | The hexadecimal string representation to convert |
Implémente NumberConverterInterface.
toHex | ( | $integer | ) |
Converts an integer or Moontoast\Math\BigNumber
integer representation into a hexadecimal string representation
int | string | BigNumber | $integer | An integer or Moontoast\Math\BigNumber |
Implémente NumberConverterInterface.