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 /** * Calculate the sha256 hash of given filename * * @phpstub * * @param stri..
Decoded Output download
<?php
/**
* Calculate the sha256 hash of given filename
*
* @phpstub
*
* @param string $filename
* @param bool $raw_output
*
* @return string Returns the hash.
*/
function sha256_file($filename, $raw_output = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Calculate the sha256 hash of given filename
*
* @phpstub
*
* @param string $filename
* @param bool $raw_output
*
* @return string Returns the hash.
*/
function sha256_file($filename, $raw_output = NULL)
{
}
Function Calls
None |
Stats
MD5 | 47aeaf68be1bb9d78bfd889259ec0f11 |
Eval Count | 0 |
Decode Time | 92 ms |