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 /** * Returns the name of the opened mode * * @phpstub * * @param resource $td..
Decoded Output download
<?php
/**
* Returns the name of the opened mode
*
* @phpstub
*
* @param resource $td
*
* @return string Returns the name as a string.
*/
function mcrypt_enc_get_modes_name($td)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the name of the opened mode
*
* @phpstub
*
* @param resource $td
*
* @return string Returns the name as a string.
*/
function mcrypt_enc_get_modes_name($td)
{
}
Function Calls
None |
Stats
MD5 | 77a1aad0843a82c97c3e619172c6d987 |
Eval Count | 0 |
Decode Time | 71 ms |