PHP 8.4.0 RC4 available for testing

sodium_memzero

(PHP 7 >= 7.2.0, PHP 8)

sodium_memzeroOverwrite a string with NUL characters

Опис

sodium_memzero(#[\SensitiveParameter] string &$string): void

sodium_memzero() zeroes out the string that is passed by reference.

Параметри

string

String.

Значення, що повертаються

Не повертає значень.

add a note

User Contributed Notes

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