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 /** * Get array of msession variables * * @phpstub * * @param string $session ..

Decoded Output download

<?php

/**
 * Get array of msession variables
 *
 * @phpstub
 *
 * @param string $session
 *
 * @return array
 */
function msession_get_array($session)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get array of msession variables
 *
 * @phpstub
 *
 * @param string $session
 *
 * @return array
 */
function msession_get_array($session)
{
}

Function Calls

None

Variables

None

Stats

MD5 84bd46851b4d29d110a243b67c4b8a68
Eval Count 0
Decode Time 118 ms