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 $status
 * @param int $options
 *
 * @return int returns the process ID of the
 *             child which exited, -1 on error or zero if WNOHANG was provided as an
 *             option (on wait3-available systems) and no child was available.
 */
function pcntl_wait(&$status, $options = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Waits on or returns the status of a forked child
 *
 * @phpstub
 *
 * @param int $status
 * @param int $options
 *
 * @return int returns the process ID of the
 *             child which exited, -1 on error or zero if WNOHANG was provided as an
 *             option (on wait3-available systems) and no child was available.
 */
function pcntl_wait(&$status, $options = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 09a230ec5fea0240b62222076e4e52bf
Eval Count 0
Decode Time 102 ms