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 /** * Returns the return code of a terminated child * * @phpstub * * @param in..
Decoded Output download
<?php
/**
* Returns the return code of a terminated child
*
* @phpstub
*
* @param int $status
*
* @return int Returns the return code, as an integer.
*/
function pcntl_wexitstatus($status)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the return code of a terminated child
*
* @phpstub
*
* @param int $status
*
* @return int Returns the return code, as an integer.
*/
function pcntl_wexitstatus($status)
{
}
Function Calls
None |
Stats
MD5 | 0938a5ffd9bc502be9a1591e0072c208 |
Eval Count | 0 |
Decode Time | 101 ms |