We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60288a commit 3de8252Copy full SHA for 3de8252
stubs/ext/hash/hash_hmac_file.php
@@ -1,5 +1,5 @@
1
<?php
2
3
-function hash_hmac_file(string $algo, string $data, string $key, bool $binary = false) : string|false
+function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = false) : string|false
4
{
5
}
0 commit comments