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 /** * Unlock a session * * @phpstub * * @param string $session * @param int $..
Decoded Output download
<?php
/**
* Unlock a session
*
* @phpstub
*
* @param string $session
* @param int $key
*
* @return int
*/
function msession_unlock($session, $key)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Unlock a session
*
* @phpstub
*
* @param string $session
* @param int $key
*
* @return int
*/
function msession_unlock($session, $key)
{
}
Function Calls
None |
Stats
MD5 | 1c04c086ef9f50f98b4486097e2957f7 |
Eval Count | 0 |
Decode Time | 83 ms |