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 /** * List sessions with variable * * @phpstub * * @param string $name * * @..

Decoded Output download

<?php

/**
 * List sessions with variable
 *
 * @phpstub
 *
 * @param string $name
 *
 * @return array Returns an associative array of value/session for all sessions
 *               with a variable named .
 */
function msession_listvar($name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * List sessions with variable
 *
 * @phpstub
 *
 * @param string $name
 *
 * @return array Returns an associative array of value/session for all sessions
 *               with a variable named .
 */
function msession_listvar($name)
{
}

Function Calls

None

Variables

None

Stats

MD5 a339a2a15b9bfff575582dea0fd57e21
Eval Count 0
Decode Time 81 ms