PHP 8.3.4 Released!

sodium_increment

(PHP 7 >= 7.2.0, PHP 8)

sodium_incrementIncrementa um número grande

Descrição

sodium_increment(string &$string): void

Trata a string como um inteiro little-endian sem sinal, então aumente-o em 1. Tempo constante.

Parâmetros

string

String para incrementar.

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

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