(PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)
mcrypt_get_cipher_name — ��ȡ�����㷨����
This function has been DEPRECATED as of PHP 7.1.0. Relying on this function is highly discouraged.
$cipher
) : string$cipher
) : stringmcrypt_get_cipher_name() ������ȡ�����㷨���ơ�
libmcrypt 2.2.x �У�mcrypt_get_cipher_name()
�����������ļ����㷨��
libmcrypt 2.4.x �����߰汾�У��������ַ������ļ����㷨���ƣ�
���صĶ����ַ����������ƣ�����㷨�������� FALSE
��
cipher
MCRYPT_ciphername
�����е�һ�����������ַ���ֵ���㷨���ơ�
���������ؼ����㷨���ƣ�
����㷨�����ڷ��� FALSE
��
Example #1 mcrypt_get_cipher_name() ����
<?php
$cipher = MCRYPT_TripleDES;
echo mcrypt_get_cipher_name($cipher);
?>
�������̻������
3DES