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, 10 Oct 2008

view this page in

mcrypt_module_is_block_mode

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_module_is_block_mode指定したモードがブロック出力を行うかどうかを返す

説明

bool mcrypt_module_is_block_mode ( string $mode [, string $lib_dir ] )

この関数は、ブロック出力を行うモードの場合に TRUE、バイトのみを 出力する場合に FALSE を返します(例: cbc と ecb の場合に TRUE、 cfb と streamの場合に FALSE)。オプションのパラメータ lib_dir により、システム上での mode モジュールの 位置を指定することが可能です。



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, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites