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

search for in the

mcrypt_module_is_block_algorithm> <mcrypt_module_get_supported_key_sizes
[edit] Last updated: Fri, 17 May 2013

view this page in

mcrypt_module_is_block_algorithm_mode

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_module_is_block_algorithm_mode指定したモジュールがブロックアルゴリズムであるかどうかを返す

説明

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

この関数は、mode がブロックアルゴリズムを使用する場合に TRUE、 その他の場合に FALSE を返します。(例: stream の場合に FALSE、 cbc、cfb、ofb の場合に TRUE)

パラメータ

mode

調べたいモード。

lib_dir

オプションのパラメータ lib_dir により、 システム上での mode モジュールの位置を指定することが可能です。

返り値

この関数は、mode がブロックアルゴリズムを使用する場合に TRUE、 その他の場合に FALSE を返します。(例: stream の場合に FALSE、 cbc、cfb、ofb の場合に TRUE)



add a note add a note User Contributed Notes mcrypt_module_is_block_algorithm_mode - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites