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 /** * This function checks whether the specified algorithm is a block algorithm *..
Decoded Output download
<?php
/**
* This function checks whether the specified algorithm is a block algorithm
*
* @phpstub
*
* @param string $algorithm
* @param string $lib_dir
*
* @return bool This function returns true if the specified algorithm is a block
* algorithm, or false if it is a stream one.
*/
function mcrypt_module_is_block_algorithm($algorithm, $lib_dir = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* This function checks whether the specified algorithm is a block algorithm
*
* @phpstub
*
* @param string $algorithm
* @param string $lib_dir
*
* @return bool This function returns true if the specified algorithm is a block
* algorithm, or false if it is a stream one.
*/
function mcrypt_module_is_block_algorithm($algorithm, $lib_dir = NULL)
{
}
Function Calls
None |
Stats
MD5 | 93332f20fc032b3b2bdbeccde6183053 |
Eval Count | 0 |
Decode Time | 82 ms |