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 an environment variable * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Sets the value of an environment variable
 *
 * @phpstub
 *
 * @param string $setting
 *
 * @return bool 
 */
function putenv($setting)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the value of an environment variable
 *
 * @phpstub
 *
 * @param string $setting
 *
 * @return bool 
 */
function putenv($setting)
{
}

Function Calls

None

Variables

None

Stats

MD5 28c18657ca72629adbcf5231f3c19c39
Eval Count 0
Decode Time 77 ms