PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mcrypt_module_open> <mcrypt_module_is_block_algorithm
Last updated: Fri, 03 Oct 2008

view this page in

mcrypt_module_is_block_mode

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_module_is_block_modeIndique 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.



add a note add a note User Contributed Notes
mcrypt_module_is_block_mode
There are no user contributed notes for this page.

mcrypt_module_open> <mcrypt_module_is_block_algorithm
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites