PHP 8.3.4 Released!

sodium_memzero

(PHP 7 >= 7.2.0, PHP 8)

sodium_memzeroOverwrite a string with NUL characters

Açıklama

sodium_memzero(string &$string): void

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

Bağımsız Değişkenler

string

String.

Dönen Değerler

Hiçbir değer dönmez.

add a note

User Contributed Notes

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