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 /** * Returns the message from the last obscure check * * @phpstub * * @return..
Decoded Output download
<?php
/**
* Returns the message from the last obscure check
*
* @phpstub
*
* @return string The message from the last obscure check or false if there was no obscure
* checks made so far.
*/
function crack_getlastmessage()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the message from the last obscure check
*
* @phpstub
*
* @return string The message from the last obscure check or false if there was no obscure
* checks made so far.
*/
function crack_getlastmessage()
{
}
Function Calls
None |
Stats
MD5 | a3016c6187dd3254e48f7a7c18639a39 |
Eval Count | 0 |
Decode Time | 101 ms |