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

Fonctions membres publiques

 fromHex ($hex)
 
 toHex ($integer)
 

Description détaillée

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)

Documentation des fonctions membres

◆ fromHex()

fromHex (   $hex)

Throws an UnsatisfiedDependencyException

Paramètres
string$hexThe hexadecimal string representation to convert
Renvoie
void
Exceptions
UnsatisfiedDependencyException

Implémente NumberConverterInterface.

◆ toHex()

toHex (   $integer)

Throws an UnsatisfiedDependencyException

Paramètres
mixed$integerAn integer representation to convert
Renvoie
void
Exceptions
UnsatisfiedDependencyException

Implémente NumberConverterInterface.


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