Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($array=array(0, 0, 0, 0), $unsignedInt=false) | |
addInt64 (ParagonIE_Sodium_Core32_Int64 $addend) | |
isGreaterThan ($b=0) | |
isLessThanInt ($b=0) | |
mulIntFast ($int) | |
mulInt64Fast (ParagonIE_Sodium_Core32_Int64 $right) | |
orInt64 (ParagonIE_Sodium_Core32_Int64 $b) | |
xorInt64 (ParagonIE_Sodium_Core32_Int64 $b) | |
toInt () | |
toArray () | |
toInt32 () | |
toInt64 () | |
setUnsignedInt ($bool=false) | |
toString () | |
toReverseString () | |
__toString () | |
Fonctions membres publiques statiques | |
static | fromInts ($low, $high) |
static | fromInt ($low) |
static | fromString ($string) |
static | fromReverseString ($string) |
Champs de données | |
$limbs = array(0, 0, 0, 0) | |
$overflow = 0 | |
$unsignedInt = false | |
Class ParagonIE_Sodium_Core32_Int64
Encapsulates a 64-bit integer.
These are immutable. It always returns a new instance.
__construct | ( | $array = array(0, 0, 0, 0) , |
|
$unsignedInt = false |
|||
) |
ParagonIE_Sodium_Core32_Int64 constructor.
array | $array | |
bool | $unsignedInt |
Références $unsignedInt.
__toString | ( | ) |
Références toString().
addInt64 | ( | ParagonIE_Sodium_Core32_Int64 | $addend | ) |
Adds two int64 objects
ParagonIE_Sodium_Core32_Int64 | $addend |
Références $return, et $unsignedInt.
|
static |
int | $low |
SodiumException | |
TypeError |
Références ParagonIE_Sodium_Core_Util\declareScalarType().
|
static |
int | $low | |
int | $high |
SodiumException | |
TypeError |
Références ParagonIE_Sodium_Core_Util\declareScalarType().
Référencé par ParagonIE_Sodium_Core32_BLAKE2b\new64(), et ParagonIE_Sodium_Core32_SipHash\sipHash24().
|
static |
string | $string |
SodiumException | |
TypeError |
Références $return, ParagonIE_Sodium_Core_Util\declareScalarType(), et ParagonIE_Sodium_Core_Util\strlen().
Référencé par ParagonIE_Sodium_Core32_SipHash\sipHash24(), et ParagonIE_Sodium_Core32_BLAKE2b\stringToContext().
|
static |
string | $string |
SodiumException | |
TypeError |
Références $return, ParagonIE_Sodium_Core_Util\declareScalarType(), et ParagonIE_Sodium_Core_Util\strlen().
isGreaterThan | ( | $b = 0 | ) |
isLessThanInt | ( | $b = 0 | ) |
mulInt64Fast | ( | ParagonIE_Sodium_Core32_Int64 | $right | ) |
ParagonIE_Sodium_Core32_Int64 | $right |
mulIntFast | ( | $int | ) |
int | $int |
Références $b, $i, $return, et $unsignedInt.
orInt64 | ( | ParagonIE_Sodium_Core32_Int64 | $b | ) |
OR this 64-bit integer with another.
ParagonIE_Sodium_Core32_Int64 | $b |
Références $b, $return, et $unsignedInt.
setUnsignedInt | ( | $bool = false | ) |
bool | $bool |
toArray | ( | ) |
toInt | ( | ) |
toInt32 | ( | ) |
Références $return, et $unsignedInt.
toInt64 | ( | ) |
Références $return, et $unsignedInt.
toReverseString | ( | ) |
toString | ( | ) |
TypeError |
Références ParagonIE_Sodium_Core_Util\intToChr().
Référencé par __toString().
xorInt64 | ( | ParagonIE_Sodium_Core32_Int64 | $b | ) |
XOR this 64-bit integer with another.
ParagonIE_Sodium_Core32_Int64 | $b |
Références $b, $return, et $unsignedInt.
Référencé par ParagonIE_Sodium_Core32_BLAKE2b\xor64().
$limbs = array(0, 0, 0, 0) |
$overflow = 0 |
$unsignedInt = false |
Référencé par __construct(), addInt64(), mulIntFast(), orInt64(), toInt32(), toInt64(), et xorInt64().