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 /** * Kills a process opened by proc_open * * @phpstub * * @param resource $pr..

Decoded Output download

<?php

/**
 * Kills a process opened by proc_open
 *
 * @phpstub
 *
 * @param resource $process
 * @param int $signal
 *
 * @return bool Returns the termination status of the process that was run.
 */
function proc_terminate($process, $signal = 15)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Kills a process opened by proc_open
 *
 * @phpstub
 *
 * @param resource $process
 * @param int $signal
 *
 * @return bool Returns the termination status of the process that was run.
 */
function proc_terminate($process, $signal = 15)
{
}

Function Calls

None

Variables

None

Stats

MD5 8c7c717d08f289d6c7f77db333142822
Eval Count 0
Decode Time 99 ms