sodium_increment

(PHP 7 >= 7.2.0, PHP 8)

sodium_incrementIncrement large number

説明

sodium_increment(string &$string): void

Treat the string as a little-endian unsigned integer, then increase it by 1. Constant-time.

パラメータ

string

String to increment.

返り値

値を返しません。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top