sha1_file

(PHP 4 >= 4.3.0, PHP 5)

sha1_file -- Calcola l'hash sha1 di un file

Descrizione

string sha1_file ( string filename [, bool raw_output] )

Calcola l'hash sha1 di str usando il US Secure Hash Algorithm 1, e restituisce l'hash. L'hash è un numero esadecimale di 40 caratteri. In caso di errore restituisce FALSE. Se il parametro opzionale raw_output è impostato a TRUE, allora l'hash sha1 è restituito in formato binario con una lunghezza di 20 caratteri.

Nota: Il parametro opzionale raw_output è sttao aggiunto in PHP 5.0.0 ed ha come default FALSE

Vedere anche sha1(), crc32() e md5_file()

Hosting by: hurra.com
Generated: 2007-01-26 17:56:32