sodium_increment

(PHP 7 >= 7.2.0, PHP 8)

sodium_incrementIncrement large number

Beschreibung

sodium_increment ( string &$string ) : void

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

Parameter-Liste

string

String to increment.

Rückgabewerte

Es wird kein Wert zurückgegeben.

add a note add a note

User Contributed Notes

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