Display the drop-down list

mcrypt_get_cipher_name()

« mcrypt_get_block_size | mcrypt_get_iv_size »
<?php
$string 
mcrypt_get_cipher_name (
    
?  // int $cipher
);
?>
Result
$string = '3DES'
Error : Function mcrypt_get_cipher_name() is deprecated
Examples
#1 mcrypt_get_cipher_name  (MCRYPT_TripleDES)