sodium_memzero

(PHP 7 >= 7.2.0, PHP 8)

sodium_memzeroOverwrite a string with NUL characters

说明

sodium_memzero ( string &$string ) : void

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

参数

string

String.

返回值

没有返回值。

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有