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 /** * Execute an external program and display the output * * @phpstub * * @par..
Decoded Output download
<?php
/**
* Execute an external program and display the output
*
* @phpstub
*
* @param string $command
* @param int $return_var
*
* @return string Returns the last line of the command output on success, and false
* on failure.
*/
function system($command, &$return_var = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Execute an external program and display the output
*
* @phpstub
*
* @param string $command
* @param int $return_var
*
* @return string Returns the last line of the command output on success, and false
* on failure.
*/
function system($command, &$return_var = NULL)
{
}
Function Calls
None |
Stats
MD5 | 49bd3f584befe174056657b92fd90a90 |
Eval Count | 0 |
Decode Time | 87 ms |