Summery Summery
Adds two 64-bit integers together, returning their sum as a SplFixedArray containing two 32-bit integers (representing a 64-bit integer).
Syntax Syntax
Parameters Parameters
- $x
-
(Required)
- $y
-
(Required)
Return Return
Source Source
File: wp-includes/sodium_compat/src/Core32/BLAKE2b.php
protected static function add64($x, $y) { return $x->addInt64($y); }