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 /** * Sets the value of a configuration option * * @phpstub * * @param string ..

Decoded Output download

<?php

/**
 * Sets the value of a configuration option
 *
 * @phpstub
 *
 * @param string $varname
 * @param string $newvalue
 *
 * @return string Returns the old value on success, false on failure.
 */
function ini_set($varname, $newvalue)
{
}

/**
 * Sets the value of a configuration option
 *
 * @phpstub-alias-of ini_set
 * @phpstub
 *
 * @param string $varname
 * @param string $newvalue
 *
 * @return string Returns the old value on success, false on failure.
 */
function ini_alter($varname, $newvalue)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the value of a configuration option
 *
 * @phpstub
 *
 * @param string $varname
 * @param string $newvalue
 *
 * @return string Returns the old value on success, false on failure.
 */
function ini_set($varname, $newvalue)
{
}

/**
 * Sets the value of a configuration option
 *
 * @phpstub-alias-of ini_set
 * @phpstub
 *
 * @param string $varname
 * @param string $newvalue
 *
 * @return string Returns the old value on success, false on failure.
 */
function ini_alter($varname, $newvalue)
{
}

Function Calls

None

Variables

None

Stats

MD5 eecd1f372a4ff6bdeb22a9e20f7cf5a4
Eval Count 0
Decode Time 72 ms