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 if the specified mode outputs blocks or not * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Returns if the specified mode outputs blocks or not
*
* @phpstub
*
* @param string $mode
* @param string $lib_dir
*
* @return bool This function returns true if the mode outputs blocks of bytes or
* false if it outputs just bytes. (e.g. true for cbc and ecb, and
* false for cfb and stream).
*/
function mcrypt_module_is_block_mode($mode, $lib_dir = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns if the specified mode outputs blocks or not
*
* @phpstub
*
* @param string $mode
* @param string $lib_dir
*
* @return bool This function returns true if the mode outputs blocks of bytes or
* false if it outputs just bytes. (e.g. true for cbc and ecb, and
* false for cfb and stream).
*/
function mcrypt_module_is_block_mode($mode, $lib_dir = NULL)
{
}
Function Calls
None |
Stats
MD5 | 11d4f07b5bf1d02ef26197008d21ec40 |
Eval Count | 0 |
Decode Time | 111 ms |