mcrypt_get_cipher_name
PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0
mcrypt_get_cipher_name - Gets the name of the specified cipher
Manual
mcrypt_get_cipher_name(
int$cipher ): string
stringmcrypt_get_cipher_name
stringcipher
Parameters
- cipher
-
One of the MCRYPT_ciphername constants, or the name of the algorithm as string.
Return Values
This function returns the name of the cipher or false if the cipher does not exist.