md5_file

(PHP 4 CVS only)

md5_file -- Calculates the md5 hash of a given filename

Description

string md5_file (string filename)

Calculates the MD5 hash of the specified filename using the RSA Data Security, Inc. MD5 Message-Digest Algorithm, and returns that hash.

This function has the same purpose of the command line utility md5sum.

See also: md5() and crc32()