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 | |
$_str | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de BigInteger | |
static | setPrefer ($prefer=null) |
static | create ($val) |
__clone | ( | ) |
__toString | ( | ) |
Références BigIntegerBcmath\$_str.
|
protected |
|
protected |
|
protected |
absoluteValue | ( | ) |
Références BigIntegerBcmath\$_str.
add | ( | $b | ) |
Références $b, et BigIntegerBcmath\_unwrap().
compare | ( | $number | ) |
Références BigIntegerBcmath\_unwrap().
Référencé par BigIntegerBcmath\toInteger().
isNegative | ( | ) |
Référencé par BigIntegerBcmath\modulus().
modulus | ( | $b | ) |
Références $b, BigIntegerBcmath\_unwrap(), et BigIntegerBcmath\isNegative().
multiply | ( | $b | ) |
Références $b, et BigIntegerBcmath\_unwrap().
shiftLeft | ( | $bits = 8 | ) |
shiftRight | ( | $bits = 8 | ) |
subtract | ( | $b | ) |
Références $b, et BigIntegerBcmath\_unwrap().
toInteger | ( | ) |
Références BigIntegerBcmath\$_str, et BigIntegerBcmath\compare().
toPower | ( | $b | ) |
Références $b, et BigIntegerBcmath\_unwrap().
|
protected |