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 /** * Closes process file pointer * * @phpstub * * @param resource $handle * ..
Decoded Output download
<?php
/**
* Closes process file pointer
*
* @phpstub
*
* @param resource $handle
*
* @return int Returns the termination status of the process that was run. In case of
* an error then is returned.
*/
function pclose($handle)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Closes process file pointer
*
* @phpstub
*
* @param resource $handle
*
* @return int Returns the termination status of the process that was run. In case of
* an error then is returned.
*/
function pclose($handle)
{
}
Function Calls
None |
Stats
MD5 | ffec86a5ea28f418615f9f5b294c401f |
Eval Count | 0 |
Decode Time | 66 ms |