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

search for in the

mcrypt_enc_self_test> <mcrypt_enc_is_block_algorithm
Last updated: Fri, 13 Nov 2009

view this page in

mcrypt_enc_is_block_mode

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_enc_is_block_modeオープンされたモードがブロック出力を行うかどうかを調べる

説明

bool mcrypt_enc_is_block_mode ( resource $td )

オープンされたモードがブロック出力を行うかどうかを調べます (例: cbc と ecb の場合に TRUE、cfb と stream の場合に FALSE)。

パラメータ

td

暗号化記述子。

返り値

バイトブロックを出力するモードの場合に TRUE、 バイト出力を行うモードの場合に FALSE を返します。



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

mcrypt_enc_self_test> <mcrypt_enc_is_block_algorithm
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites