PHP 8.3.4 Released!

sodium_increment

(PHP 7 >= 7.2.0, PHP 8)

sodium_incrementIncrement large number

Descripción

sodium_increment(string &$string): void

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

Parámetros

string

String to increment.

Valores devueltos

No devuelve ningún valor.

add a note

User Contributed Notes

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