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 /** * Terminate apache process after this request * * @phpstub * * @return boo..

Decoded Output download

<?php

/**
 * Terminate apache process after this request
 *
 * @phpstub
 *
 * @return bool Returns true if PHP is running as an Apache 1 module, the Apache version
 *              is non-multithreaded, and the
 *              PHP directive is
 *              enabled (disabled by default). If these conditions are not met, false is
 *              returned and an error of level  is generated.
 */
function apache_child_terminate()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Terminate apache process after this request
 *
 * @phpstub
 *
 * @return bool Returns true if PHP is running as an Apache 1 module, the Apache version
 *              is non-multithreaded, and the
 *              PHP directive is
 *              enabled (disabled by default). If these conditions are not met, false is
 *              returned and an error of level  is generated.
 */
function apache_child_terminate()
{
}

Function Calls

None

Variables

None

Stats

MD5 e9d9fd757cc972a8fca5305ed90397ae
Eval Count 0
Decode Time 83 ms