reference/strings/functions/md5-file.xml
e095023e408c8cb6378ae16bb6870343a3946919
...
...
@@ -9,9 +9,9 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>md5_file</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>md5_file</methodname>
13
13
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
-
<methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>&false;</initializer></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>binary</parameter><initializer>&false;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Calculates the MD5 hash of the file specified by the
...
...
@@ -35,7 +35,7 @@
35
35
</listitem>
36
36
</varlistentry>
37
37
<varlistentry>
38
-
<term><parameter>raw_output</parameter></term>
38
+
<term><parameter>binary</parameter></term>
39
39
<listitem>
40
40
<para>
41
41
When &true;, returns the digest in raw binary format with a length of
...
...
@@ -83,7 +83,6 @@ echo 'MD5 file hash of ' . $file . ': ' . md5_file($file);
83
83
</para>
84
84
</refsect1>
85
85
</refentry>
86
-

87
86
<!-- Keep this comment at the end of the file
88
87
Local variables:
89
88
mode: sgml
90
89