Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface NumberConverterInterface
+ Graphe d'héritage de NumberConverterInterface:

Fonctions membres publiques

 fromHex ($hex)
 
 toHex ($integer)
 

Description détaillée

NumberConverterInterface converts UUIDs from hexadecimal characters into representations of integers and vice versa

Documentation des fonctions membres

◆ fromHex()

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.

Paramètres
string$hexThe hexadecimal string representation to convert
Renvoie
mixed
Exceptions
UnsatisfiedDependencyExceptionif Moontoast\Math\BigNumber is not present

Implémenté dans DegradedNumberConverter, et BigNumberConverter.

◆ toHex()

toHex (   $integer)

Converts an integer representation into a hexadecimal string representation of the number

Paramètres
mixed$integerAn integer representation to convert; this may be a true integer, a string integer, or a object representation that this converter can understand
Renvoie
string Hexadecimal string
Exceptions
UnsatisfiedDependencyExceptionif Moontoast\Math\BigNumber is not present

Implémenté dans DegradedNumberConverter, et BigNumberConverter.


La documentation de cette interface a été générée à partir du fichier suivant :