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 /** * Executes specified program in current process space * * @phpstub * * @pa..

Decoded Output download

<?php

/**
 * Executes specified program in current process space
 *
 * @phpstub
 *
 * @param string $path
 * @param array $args
 * @param array $envs
 *
 * @return void Returns false on error and does not return on success.
 */
function pcntl_exec($path, $args = array(), $envs = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Executes specified program in current process space
 *
 * @phpstub
 *
 * @param string $path
 * @param array $args
 * @param array $envs
 *
 * @return void Returns false on error and does not return on success.
 */
function pcntl_exec($path, $args = array(), $envs = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 8a9b94dd4a09eb52b9172943b9930883
Eval Count 0
Decode Time 93 ms