CakeFest 2024: The Official CakePHP Conference

sodium_memzero

(PHP 7 >= 7.2.0, PHP 8)

sodium_memzeroSobrescreva uma string com caracteres NUL

Descrição

sodium_memzero(string &$string): void

sodium_memzero() zera a string passada por referência.

Parâmetros

string

String.

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

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