sodium_memzero

sodium_memzeroOverwrite a string with NUL characters

Description

sodium_memzero(string &$string): void

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

Parameters

string

String.

Return Values

No value is returned.