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 PHP configuration option * * @phpstub * * @param str..

Decoded Output download

<?php

/**
 * Gets the value of a PHP configuration option
 *
 * @phpstub
 *
 * @param string $option
 *
 * @return string Returns the current value of the PHP configuration variable specified by
 *                , or false if an error occurs.
 */
function get_cfg_var($option)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets the value of a PHP configuration option
 *
 * @phpstub
 *
 * @param string $option
 *
 * @return string Returns the current value of the PHP configuration variable specified by
 *                , or false if an error occurs.
 */
function get_cfg_var($option)
{
}

Function Calls

None

Variables

None

Stats

MD5 b3c399ea434fbe2cba509d124e084fd2
Eval Count 0
Decode Time 87 ms