mazzanet                Sat Feb 12 23:56:56 2005 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      md5-file.xml 
  Log:
  Fix bug #31950
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/md5-file.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/strings/functions/md5-file.xml
diff -u phpdoc/en/reference/strings/functions/md5-file.xml:1.6 
phpdoc/en/reference/strings/functions/md5-file.xml:1.7
--- phpdoc/en/reference/strings/functions/md5-file.xml:1.6      Fri May 21 
19:05:20 2004
+++ phpdoc/en/reference/strings/functions/md5-file.xml  Sat Feb 12 23:56:55 2005
@@ -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

Reply via email to