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

search for in the

hash_update_stream> <hash_init
Last updated: Fri, 14 Nov 2008

view this page in

hash_update_file

(PHP 5 >= 5.1.2, PECL hash:1.1-1.5)

hash_update_fileAjoute des données dans un contexte de hachage actif provenant d'un fichier

Description

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

Liste de paramètres

context

Contexte de hachage retourné par hash_init().

filename

URL indiquant l'emplacement du fichier qui sera haché; Supporte les enveloppes fopen().

context

Contexte de flux retourné par stream_context_create().

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.



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

hash_update_stream> <hash_init
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites