downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

hash_update_stream> <hash_pbkdf2
[edit] Last updated: Fri, 17 May 2013

view this page in

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_init() - Initialisiert einen schrittweisen Hashing-Kontext
  • hash_update() - Fügt Daten an einen aktiven Hash-Kontext an
  • hash_update_stream() - Fügt Daten aus einem Stream an einen aktiven Hash-Kontext an
  • hash_final() - Schließt einen schrittweisen Hashing-Vorgang ab und gibt sein Ergebnis zurück
  • hash() - Berechnet den Hash einer Nachricht
  • hash_file() - Berechnet den Hash des Inhalts einer Datei



add a note add a note User Contributed Notes hash_update_file - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites