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 /** * Set an Apache subprocess_env variable * * @phpstub * * @param string $va..

Decoded Output download

<?php

/**
 * Set an Apache subprocess_env variable
 *
 * @phpstub
 *
 * @param string $variable
 * @param string $value
 * @param bool $walk_to_top
 *
 * @return bool 
 */
function apache_setenv($variable, $value, $walk_to_top = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set an Apache subprocess_env variable
 *
 * @phpstub
 *
 * @param string $variable
 * @param string $value
 * @param bool $walk_to_top
 *
 * @return bool 
 */
function apache_setenv($variable, $value, $walk_to_top = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 4adcbc0859b9da8827672c2f24821243
Eval Count 0
Decode Time 96 ms