PHP 8.3.4 Released!

sodium_increment

(PHP 7 >= 7.2.0, PHP 8)

sodium_incrementIncrement large number

Description

sodium_increment(string &$string): void

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

Parameters

string

String to increment.

Return Values

No value is returned.

add a note

User Contributed Notes

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