Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__clone () | |
__toString () | |
toInteger () | |
isNegative () | |
compare ($number) | |
add ($b) | |
subtract ($b) | |
multiply ($b) | |
modulus ($b) | |
toPower ($b) | |
shiftRight ($bits=8) | |
shiftLeft ($bits=8) | |
absoluteValue () | |
Fonctions membres publiques hérités de BigInteger | |
__clone () | |
__toString () | |
toInteger () | |
isNegative () | |
compare ($number) | |
add ($b) | |
subtract ($b) | |
multiply ($b) | |
modulus ($b) | |
toPower ($b) | |
shiftRight ($bits=8) | |
shiftLeft ($bits=8) | |
absoluteValue () | |
Fonctions membres protégées | |
_fromString ($str) | |
_fromInteger ($integer) | |
_unwrap ($number) | |
Fonctions membres protégées hérités de BigInteger | |
__construct () | |
_fromString ($str) | |
_fromInteger ($integer) | |
Attributs protégés | |
$_rh | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de BigInteger | |
static | setPrefer ($prefer=null) |
static | create ($val) |
__clone | ( | ) |
__toString | ( | ) |
|
protected |
|
protected |
|
protected |
absoluteValue | ( | ) |
add | ( | $b | ) |
Références $b, et BigIntegerGmp\_unwrap().
compare | ( | $number | ) |
Références BigIntegerGmp\_unwrap().
Référencé par BigIntegerGmp\toInteger().
isNegative | ( | ) |
modulus | ( | $b | ) |
Références $b, et BigIntegerGmp\_unwrap().
multiply | ( | $b | ) |
Références $b, et BigIntegerGmp\_unwrap().
shiftLeft | ( | $bits = 8 | ) |
shiftRight | ( | $bits = 8 | ) |
subtract | ( | $b | ) |
Références $b, et BigIntegerGmp\_unwrap().
toInteger | ( | ) |
Références $this, et BigIntegerGmp\compare().
toPower | ( | $b | ) |
Références $b.
|
protected |