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 /** * Set value in session * * @phpstub * * @param string $session * @param s..
Decoded Output download
<?php
/**
* Set value in session
*
* @phpstub
*
* @param string $session
* @param string $name
* @param string $value
*
* @return bool
*/
function msession_set($session, $name, $value)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set value in session
*
* @phpstub
*
* @param string $session
* @param string $name
* @param string $value
*
* @return bool
*/
function msession_set($session, $name, $value)
{
}
Function Calls
None |
Stats
MD5 | f14c2d06ad485632d0e4c8d3f3ead9ac |
Eval Count | 0 |
Decode Time | 87 ms |