Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
fromHex ($hex) | |
toHex ($integer) | |
NumberConverterInterface converts UUIDs from hexadecimal characters into representations of integers and vice versa
fromHex | ( | $hex | ) |
Converts a hexadecimal number into an integer representation of the number
The integer representation returned may be an object or a string representation of the integer, depending on the implementation.
string | $hex | The hexadecimal string representation to convert |
UnsatisfiedDependencyException | if Moontoast\Math\BigNumber is not present |
Implémenté dans DegradedNumberConverter, et BigNumberConverter.
toHex | ( | $integer | ) |
Converts an integer representation into a hexadecimal string representation of the number
mixed | $integer | An integer representation to convert; this may be a true integer, a string integer, or a object representation that this converter can understand |
UnsatisfiedDependencyException | if Moontoast\Math\BigNumber is not present |
Implémenté dans DegradedNumberConverter, et BigNumberConverter.