git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179635 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Matt Li 2005-02-13 04:56:55 +00:00
parent c67cee82d2
commit 8e814ae76b

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.md5-file">
<refnamediv>
<refname>md5_file</refname>
<refpurpose>Calculates the md5 hash of a given filename</refpurpose>
<refpurpose>Calculates the md5 hash of a given file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -14,8 +14,8 @@
<methodparam choice='opt'><type>bool</type><parameter>raw_output</parameter></methodparam>
</methodsynopsis>
<para>
Calculates the MD5 hash of the specified
<parameter>filename</parameter> using the
Calculates the MD5 hash of the file specified by the
<parameter>filename</parameter> parameter using the
<ulink url="&url.rfc;1321">RSA Data Security, Inc.
MD5 Message-Digest Algorithm</ulink>, and returns that hash.
The hash is a 32-character hexadecimal number. If the optional