PHP Manualmcrypt_enc_get_modes_name(PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_get_modes_name — Returns the name of the opened mode Description
string mcrypt_enc_get_modes_name
( resource
$td
)This function returns the name of the mode. Parameters
Return ValuesReturns the name as a string. Examples
Example #1 mcrypt_enc_get_modes_name() example
<?php The above example will output: CFB ECB
![]() |
PHP-Index
New Tutorial entries
|