(PHP4 CVS only)
int mcrypt_enc_is_block_algorithm_mode (resource td)
int mcrypt_enc_is_block_algorithm_mode
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).