mcrypt_get_cipher_name

(PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)

mcrypt_get_cipher_name��ȡ�����㷨����

Warning

This function has been DEPRECATED as of PHP 7.1.0. Relying on this function is highly discouraged.

˵��

mcrypt_get_cipher_name ( int $cipher ) : string
mcrypt_get_cipher_name ( string $cipher ) : string

mcrypt_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