Man Page: mcrypt_module_get_algo_block_size
Operating Environment: php
Section: 3
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)
| Related Man Pages |
|---|
| crypt_unix(5) - sunos |
| crypt::des(3) - suse |
| crypt_unix(5) - opendarwin |
| crypt_unix(5) - osx |
| crypt::des(3pm) - debian |