sodium_memzero
PHP Manual
PHP Manual»Sodium Функції»sodium_memzero

sodium_memzero

(PHP 7 >= 7.2.0, PHP 8)

sodium_memzeroOverwrite a string with NUL characters

Опис

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

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

Параметри

string
String.

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

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

To Top