Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Generate a hash value using the contents of a given file * * @phpstub * ..
Decoded Output download
<?php
/**
* Generate a hash value using the contents of a given file
*
* @phpstub
*
* @param string $algo
* @param string $filename
* @param bool $raw_output
*
* @return string Returns a string containing the calculated message digest as lowercase hexits
* unless is set to true in which case the raw
* binary representation of the message digest is returned.
*/
function hash_file($algo, $filename, $raw_output = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Generate a hash value using the contents of a given file
*
* @phpstub
*
* @param string $algo
* @param string $filename
* @param bool $raw_output
*
* @return string Returns a string containing the calculated message digest as lowercase hexits
* unless is set to true in which case the raw
* binary representation of the message digest is returned.
*/
function hash_file($algo, $filename, $raw_output = false)
{
}
Function Calls
None |
Stats
MD5 | 1bdd8f7cdf8c623d240f0e2894dfc65e |
Eval Count | 0 |
Decode Time | 90 ms |