Display the drop-down list

mcrypt_module_get_algo_block_size()

« mcrypt_list_modes | mcrypt_module_get_algo_key_size »
<?php
$int 
mcrypt_module_get_algo_block_size (
    
?// string $algorithm
    
  // [string $lib_dir]
);
?>
Result
$int = 16
Error : Function mcrypt_module_get_algo_block_size() is deprecated
Examples
#1 mcrypt_module_get_algo_block_size  (MCRYPT_RIJNDAEL_128)