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 /** * Gets the value of a configuration option * * @phpstub * * @param string ..
Decoded Output download
<?php
/**
* Gets the value of a configuration option
*
* @phpstub
*
* @param string $varname
*
* @return string Returns the value of the configuration option as a string on success, or an
* empty string for values. Returns false if the
* configuration option doesn't exist.
*/
function ini_get($varname)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the value of a configuration option
*
* @phpstub
*
* @param string $varname
*
* @return string Returns the value of the configuration option as a string on success, or an
* empty string for values. Returns false if the
* configuration option doesn't exist.
*/
function ini_get($varname)
{
}
Function Calls
None |
Stats
MD5 | 0f67777b12f691d20a50e4a74dd31488 |
Eval Count | 0 |
Decode Time | 72 ms |