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 /** * Unregister a global variable from the current session * * @phpstub * * @..

Decoded Output download

<?php

/**
 * Unregister a global variable from the current session
 *
 * @phpstub
 *
 * @param string $name
 *
 * @return bool 
 */
function session_unregister($name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Unregister a global variable from the current session
 *
 * @phpstub
 *
 * @param string $name
 *
 * @return bool 
 */
function session_unregister($name)
{
}

Function Calls

None

Variables

None

Stats

MD5 ec5e6e2fc3aaa507c37e9470ea2f2326
Eval Count 0
Decode Time 96 ms