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 /** * Register one or more global variables with the current session * * @phpstu..
Decoded Output download
<?php
/**
* Register one or more global variables with the current session
*
* @phpstub-variable-parameters
* @phpstub
*
* @param mixed $name
* @param mixed $_
*
* @return bool
*/
function session_register($name, $_ = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Register one or more global variables with the current session
*
* @phpstub-variable-parameters
* @phpstub
*
* @param mixed $name
* @param mixed $_
*
* @return bool
*/
function session_register($name, $_ = NULL)
{
}
Function Calls
None |
Stats
MD5 | 973bb2fad8474e9a127d2681c87dc3b4 |
Eval Count | 0 |
Decode Time | 77 ms |