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 a command and open file pointers for input/output * * @phpstub * ..
Decoded Output download
<?php
/**
* Execute a command and open file pointers for input/output
*
* @phpstub
*
* @param string $cmd
* @param array $descriptorspec
* @param array $pipes
* @param string $cwd
* @param array $env
* @param array $other_options
*
* @return resource Returns a resource representing the process, which should be freed using
* when you are finished with it. On failure
* returns false.
*/
function proc_open($cmd, $descriptorspec, &$pipes, $cwd = NULL, $env = array(), $other_options = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Execute a command and open file pointers for input/output
*
* @phpstub
*
* @param string $cmd
* @param array $descriptorspec
* @param array $pipes
* @param string $cwd
* @param array $env
* @param array $other_options
*
* @return resource Returns a resource representing the process, which should be freed using
* when you are finished with it. On failure
* returns false.
*/
function proc_open($cmd, $descriptorspec, &$pipes, $cwd = NULL, $env = array(), $other_options = array())
{
}
Function Calls
None |
Stats
MD5 | 15575267ee2e022f7f57508c25b83278 |
Eval Count | 0 |
Decode Time | 82 ms |