Query: mcrypt_module_is_block_algorithm_mode
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MCRYPT_MODULE_IS_BLOCK_ALGORITHM_MODE(3) 1 MCRYPT_MODULE_IS_BLOCK_ALGORITHM_MODE(3) mcrypt_module_is_block_algorithm_mode - Returns if the specified module is a block algorithm or notSYNOPSISbool mcrypt_module_is_block_algorithm_mode (string $mode, [string $lib_dir])DESCRIPTIONThis function returns TRUE if the mode is for use with block algorithms, otherwise it returns FALSE. (e.g. FALSE for stream, and TRUE for cbc, cfb, ofb).PARAMETERSo $mode - The mode to check. o $lib_dir - The optional $lib_dir parameter can contain the location where the algorithm module is on the system.RETURN VALUESThis function returns TRUE if the mode is for use with block algorithms, otherwise it returns FALSE. (e.g. FALSE for stream, and TRUE for cbc, cfb, ofb). PHP Documentation Group MCRYPT_MODULE_IS_BLOCK_ALGORITHM_MODE(3)