mcrypt_enc_is_block_algorithm_mode Checks whether the encryption of the opened mode works on blocks Description intmcrypt_enc_is_block_algorithm_mode resourcetd This function returns 1 if the mode is for use with block algorithms, otherwise it returns 0. (eg. 0 for stream, and 1 for cbc, cfb, ofb).