mcrypt_module_is_block_mode
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_is_block_mode — Indique si un mode travaille par blocs
Description
bool mcrypt_module_is_block_mode
( string $mode
[, string $lib_dir
] )
mcrypt_module_is_block_mode() retourne TRUE si ce mode fournit des blocs d'octets ou un flux d'octets. (i.e. 1 pour "cbc" et "ecb", et 0 pour "cfb" et "stream"). Le paramètre optionnel lib_dir contient le chemin jusqu'au module de l'algorithme sur le système.
mcrypt_module_is_block_mode
There are no user contributed notes for this page.
