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 md5 hash of a string * * @phpstub * * @param string $str ..
Decoded Output download
<?php
/**
* Calculate the md5 hash of a string
*
* @phpstub
*
* @param string $str
* @param bool $raw_output
*
* @return string Returns the hash as a 32-character hexadecimal number.
*/
function md5($str, $raw_output = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Calculate the md5 hash of a string
*
* @phpstub
*
* @param string $str
* @param bool $raw_output
*
* @return string Returns the hash as a 32-character hexadecimal number.
*/
function md5($str, $raw_output = false)
{
}
Function Calls
None |
Stats
MD5 | 990a4c5f84dd9c68c726dd74c486403e |
Eval Count | 0 |
Decode Time | 86 ms |