sodium_memzero

(PHP 7 >= 7.2.0, PHP 8)

sodium_memzero文字列をNUL文字で上書きする

説明

sodium_memzero(string &$string): void

sodium_memzero() は、 リファレンス渡しされた文字列をゼロ埋めします。

パラメータ

string

文字列

戻り値

値を返しません。

add a note add a note

User Contributed Notes

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