string mcrypt_get_cipher_name
(int cipher)
string mcrypt_get_cipher_name
(string cipher)
mcrypt_get_cipher_name() retourne le nom du chiffrement
utilisé.
mcrypt_get_cipher_name() prend le numéro de
chiffrement (avec libmcrypt 2.2.x) ou prend le nom du chiffrement
(avec libmcrypt 2.4.x) comme paramètre, et retourne le nom du
chiffrement, ou FALSE, si ce chiffrement n'existe pas.