Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe BigNumberConverter
+ Graphe d'héritage de BigNumberConverter:

Fonctions membres publiques

 fromHex ($hex)
 
 toHex ($integer)
 

Description détaillée

BigNumberConverter converts UUIDs from hexadecimal characters into moontoast/math BigNumber representations of integers and vice versa

Documentation des fonctions membres

◆ fromHex()

fromHex (   $hex)

Converts a hexadecimal number into a Moontoast\Math\BigNumber representation

Paramètres
string$hexThe hexadecimal string representation to convert
Renvoie
BigNumber

Implémente NumberConverterInterface.

◆ toHex()

toHex (   $integer)

Converts an integer or Moontoast\Math\BigNumber integer representation into a hexadecimal string representation

Paramètres
int | string | BigNumber$integerAn integer or Moontoast\Math\BigNumber
Renvoie
string Hexadecimal string

Implémente NumberConverterInterface.


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