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 /** * Waits on or returns the status of a forked child * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Waits on or returns the status of a forked child
*
* @phpstub
*
* @param int $pid
* @param int $status
* @param int $options
*
* @return int returns the process ID of the
* child which exited, -1 on error or zero if was used and no
* child was available
*/
function pcntl_waitpid($pid, &$status, $options = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Waits on or returns the status of a forked child
*
* @phpstub
*
* @param int $pid
* @param int $status
* @param int $options
*
* @return int returns the process ID of the
* child which exited, -1 on error or zero if was used and no
* child was available
*/
function pcntl_waitpid($pid, &$status, $options = false)
{
}
Function Calls
None |
Stats
MD5 | 9887c3925b26cbd5089137ec20dec81b |
Eval Count | 0 |
Decode Time | 92 ms |