mcrypt_enc_is_block_algorithm
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_enc_is_block_algorithm — オープンされたモードの暗号がブロックアルゴリズムであるかどうかを調べる
説明
bool mcrypt_enc_is_block_algorithm
( resource $td
)
オープンされたモードの暗号がブロックアルゴリズムであるかどうかを調べます。
パラメータ
- td
-
暗号化記述子。
返り値
アルゴリズムがブロックアルゴリズムである場合に TRUE、 ストリームアルゴリズムである場合に FALSE を返します。
mcrypt_enc_is_block_algorithm
There are no user contributed notes for this page.
