Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'espace de nommage FG

Espaces de nommage

 ASN1
 
 Utility
 
 X509
 

Description détaillée

Class BigInteger Utility class to remove dependence on a single large number library. Not intended for external use, this class only implements the functionality needed throughout this project.

Instances are immutable, all operations return a new instance with the result.

Class BigIntegerBcmath Integer representation of big numbers using the bcmath library to perform large operations.

Class BigIntegerGmp Integer representation of big numbers using the GMP extension to perform operations.