Skip to content

Commit

Permalink
Update name of 3rd param of hash_hmac_file()
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Dec 26, 2021
1 parent e5021b6 commit 1adf246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/hash/functions/hash-hmac-file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>hash_hmac_file</methodname>
<methodparam><type>string</type><parameter>algo</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>binary</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
Expand All @@ -29,7 +29,7 @@
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>data</parameter></term>
<term><parameter>filename</parameter></term>
<listitem>
<para>
URL describing location of file to be hashed; Supports fopen wrappers.
Expand Down Expand Up @@ -65,7 +65,7 @@
binary representation of the message digest is returned.
Returns &false; when <parameter>algo</parameter> is unknown or is a
non-cryptographic hash function, or if the file
<parameter>data</parameter> cannot be read.
<parameter>filename</parameter> cannot be read.
</para>
</refsect1>

Expand Down

0 comments on commit 1adf246

Please sign in to comment.