ドロップダウンリストを表示

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