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 /** * Checks whether the child process is currently stopped * * @phpstub * * @..
Decoded Output download
<?php
/**
* Checks whether the child process is currently stopped
*
* @phpstub
*
* @param int $status
*
* @return bool Returns true if the child process which caused the return is
* currently stopped, false otherwise.
*/
function pcntl_wifstopped($status)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Checks whether the child process is currently stopped
*
* @phpstub
*
* @param int $status
*
* @return bool Returns true if the child process which caused the return is
* currently stopped, false otherwise.
*/
function pcntl_wifstopped($status)
{
}
Function Calls
None |
Stats
MD5 | 6aaf34ce41eb34b19cf612feb79c0060 |
Eval Count | 0 |
Decode Time | 78 ms |