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

search for in the

mcrypt_module_is_block_mode> <mcrypt_module_is_block_algorithm_mode
Last updated: Fri, 06 Nov 2009

view this page in

mcrypt_module_is_block_algorithm

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_module_is_block_algorithm指定したアルゴリズムがブロックアルゴリズムであるかを調べる

説明

bool mcrypt_module_is_block_algorithm ( string $algorithm [, string $lib_dir ] )

この関数は、指定したアルゴリズムがブロックアルゴリズムの場合に TRUE、ストリームアルゴリズムの場合に FALSE を返します。

パラメータ

algorithm

調べたいアルゴリズム。

lib_dir

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

返り値

この関数は、指定したアルゴリズムがブロックアルゴリズムの場合に TRUE、ストリームアルゴリズムの場合に FALSE を返します。



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

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