mcrypt_enc_is_block_mode
Checks whether the opened mode outputs blocks
Description
boolmcrypt_enc_is_block_mode
resourcetd
This function returns &true; if the mode outputs blocks of bytes or
&false; if it outputs bytes. (eg. &true; for cbc and ecb, and &false; for cfb and
stream).