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 /** * Destroy a session * * @phpstub * * @param string $name * * @return boo..
Decoded Output download
<?php
/**
* Destroy a session
*
* @phpstub
*
* @param string $name
*
* @return bool
*/
function msession_destroy($name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Destroy a session
*
* @phpstub
*
* @param string $name
*
* @return bool
*/
function msession_destroy($name)
{
}
Function Calls
None |
Stats
MD5 | 62bc5217f01e94569c87a68a6427cebd |
Eval Count | 0 |
Decode Time | 76 ms |