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 /** * Restores the value of a configuration option * * @phpstub * * @param str..
Decoded Output download
<?php
/**
* Restores the value of a configuration option
*
* @phpstub
*
* @param string $varname
*
* @return void
*/
function ini_restore($varname)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Restores the value of a configuration option
*
* @phpstub
*
* @param string $varname
*
* @return void
*/
function ini_restore($varname)
{
}
Function Calls
None |
Stats
MD5 | a58ea279eb5ff250e00fe6fa8850f2a7 |
Eval Count | 0 |
Decode Time | 84 ms |