ssdeep_fuzzy_hash

(PECL ssdeep >= 1.0.0)

ssdeep_fuzzy_hashCrea un hash difuso desde un string

Descripción

ssdeep_fuzzy_hash(string $to_hash): string

ssdeep_fuzzy_hash() calcula el hash de to_hash utilizando el »  contexto desencadenado por fragmentos de hashing, y devuelve el hash correspondiente.

Parámetros

to_hash

El string de entrada

Valores devueltos

Devuelve un string si tiene éxito, false en caso contrario.

add a note

User Contributed Notes

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