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 /** * Closes the mcrypt module * * @phpstub * * @param resource $td * * @ret..

Decoded Output download

<?php

/**
 * Closes the mcrypt module
 *
 * @phpstub
 *
 * @param resource $td
 *
 * @return bool 
 */
function mcrypt_module_close($td)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Closes the mcrypt module
 *
 * @phpstub
 *
 * @param resource $td
 *
 * @return bool 
 */
function mcrypt_module_close($td)
{
}

Function Calls

None

Variables

None

Stats

MD5 e2bb2ae61df11cef001633de40023d11
Eval Count 0
Decode Time 87 ms