PHP8 sodium_add
(PHP 7 >= 7.2.0, PHP 8)
sodium_add — 添加大量数字
说明
sodium_add(string &$string1, string $string2): void
这会将参数添加到 覆盖 中 存储在 中的值。此函数假定这两个参数都是二进制的 以 little-endian 字节顺序表示无符号整数的字符串。string2string1string1
参数
string1
字符串表示任意长度的无符号整数,按 little-endian 字节顺序排列。 此参数通过引用传递,并将保存两个参数的总和。
string2
字符串表示任意长度的无符号整数,按 little-endian 字节顺序排列。
返回值
没有返回值。