 |
 |
 |
 |
Warning: include(../levoe_menu.php) [ function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/mcrypt-enc-get-modes-name.html on line 46
Warning: include() [ function.include]: Failed opening '../levoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/mcrypt-enc-get-modes-name.html on line 46
|
 |
 |
 |
 | |
|  |
(PHP 4 >= 4.0.2) mcrypt_enc_get_modes_name - возвращает имя открытого режима.
Описаниеstring mcrypt_enc_get_modes_name (resource td)
Эта функция возвращает имя режима.
Пример 1. mcrypt_enc_get_modes_name()
<?php
$td = mcrypt_module_open (MCRYPT_CAST_256, '', MCRYPT_MODE_CFB, '');
echo mcrypt_enc_get_modes_name($td). "\n";
$td = mcrypt_module_open ('cast-256', '', 'ecb', '');
echo mcrypt_enc_get_modes_name($td). "\n";
?>
Печатает:
CFB
ECB |
|
|  | |
|
 |
 |
 |
 |
Warning: include(../pravoe_menu.php) [ function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/mcrypt-enc-get-modes-name.html on line 149
Warning: include() [ function.include]: Failed opening '../pravoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/mcrypt-enc-get-modes-name.html on line 149
|
 |
 |
 |
 | |