For some reason this function (but not mcrypt_list_algorithms()) returns each element in the array twice. If you have this problem, try array_unique(mcrypt_list_algorithms()).
![]() | mcrypt_enc_get_algorithms_nameDescriptionstring mcrypt_enc_get_algorithms_name ( resource td )This function returns the name of the algorithm.
![]()
php-manual2 at omershenker dot net
14-May-2003 06:44
For some reason this function (but not mcrypt_list_algorithms()) returns each element in the array twice. If you have this problem, try array_unique(mcrypt_list_algorithms()).
| ![]() |