Hash-Funktionen
PHP Manual

hash_update_file

(PHP 5 >= 5.1.2, PECL hash >= 1.1)

hash_update_fileFügt Daten aus einer Datei an einen aktiven Hash-Kontext an

Beschreibung

bool hash_update_file ( resource $context , string $filename [, resource $context = NULL ] )

Parameter-Liste

context

Hashing-Kontext, zurückgegeben von hash_init().

filename

URL der Datei, die zum Kontext hinzugefügt werden soll; fopen-Wrapper werden unterstützt.

context

Stream-Kontext, wie von stream_context_create() zurückgegeben.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


Hash-Funktionen
PHP Manual