mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix bug #31950
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179635 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c67cee82d2
commit
8e814ae76b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue