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 blocksize of the opened algorithm * * @phpstub * * @param re..
Decoded Output download
<?php
/**
* Returns the blocksize of the opened algorithm
*
* @phpstub
*
* @param resource $td
*
* @return int Returns the block size of the specified algorithm in bytes.
*/
function mcrypt_enc_get_block_size($td)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the blocksize of the opened algorithm
*
* @phpstub
*
* @param resource $td
*
* @return int Returns the block size of the specified algorithm in bytes.
*/
function mcrypt_enc_get_block_size($td)
{
}
Function Calls
None |
Stats
MD5 | fa1238296ce6ecf5d0bf536fa46fa3c7 |
Eval Count | 0 |
Decode Time | 109 ms |