Query: mcrypt_module_get_algo_block_size
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MCRYPT_MODULE_GET_ALGO_BLOCK_SIZE(3) 1 MCRYPT_MODULE_GET_ALGO_BLOCK_SIZE(3) mcrypt_module_get_algo_block_size - Returns the blocksize of the specified algorithmSYNOPSISint mcrypt_module_get_algo_block_size (string $algorithm, [string $lib_dir])DESCRIPTIONGets the blocksize of the specified algorithm.PARAMETERSo $algorithm - The algorithm name. o $lib_dir - This optional parameter can contain the location where the mode module is on the system.RETURN VALUESReturns the block size of the algorithm specified in bytes. PHP Documentation Group MCRYPT_MODULE_GET_ALGO_BLOCK_SIZE(3)