sodium_increment

(PHP 7 >= 7.2.0, PHP 8)

sodium_incrementIncrement large number

Descrição

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.

Valor Retornado

Não há valor retornado.

add a note add a note

User Contributed Notes

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