<?php $cipher = MCRYPT_TripleDES; echo mcrypt_get_cipher_name($cipher);?>
The above example will output:
3DES