Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
fromHex ($hex) | |
toHex ($integer) | |
DegradedNumberConverter throws UnsatisfiedDependencyException
exceptions if attempting to use number conversion functionality in an environment that does not support large integers (i.e. when moontoast/math is not available)
fromHex | ( | $hex | ) |
Throws an UnsatisfiedDependencyException
string | $hex | The hexadecimal string representation to convert |
UnsatisfiedDependencyException |
Implémente NumberConverterInterface.
toHex | ( | $integer | ) |
Throws an UnsatisfiedDependencyException
mixed | $integer | An integer representation to convert |
UnsatisfiedDependencyException |
Implémente NumberConverterInterface.