显示文本框

mcrypt_module_get_supported_key_sizes()

« mcrypt_module_get_algo_key_size | mcrypt_module_is_block_algorithm »
<?php
$array 
mcrypt_module_get_supported_key_sizes (
    
?// string $algorithm
    
  // [string $lib_dir]
);
?>
结果
$array = [
  
=> 16,
  
=> 24,
  
=> 32,
]
错误 : Function mcrypt_module_get_supported_key_sizes() is deprecated
示例
#1 mcrypt_module_get_supported_key_sizes  (MCRYPT_RIJNDAEL_128)
另请参阅
mcrypt_module_get_algo_block_size