sodium_memzero
PHP function
Edit on GitHub ✎
(PHP 7 >= 7.2.0, PHP 8)
Overwrite a string with NUL characters
Description
sodium_memzero(string $string): void
sodium_memzero() zeroes out the string that is passed by reference.
Parameters
stringString.
Return Values
Void