mcrypt_enc_is_block_mode -- Checks whether the opened mode outputs blocks
Description
int mcrypt_enc_is_block_mode (resource td)
This function returns 1 if the mode outputs blocks of bytes or
0 if it outputs bytes. (eg. 1 for cbc and ecb, and 0 for cfb and
stream).
mcrypt_enc_is_block_algorithm
Updated Fri, 11 Aug 2000
mcrypt_enc_get_block_size
Site Hosting:
Located in United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.