mcrypt_module_get_algo_block_size
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_get_algo_block_size — 指定したアルゴリズムのブロック長を返す
説明
int mcrypt_module_get_algo_block_size
( string $algorithm
[, string $lib_dir
] )
指定したアルゴリズムのブロック長を取得します。
パラメータ
- algorithm
-
アルゴリズム名。
- lib_dir
-
オプションのパラメータで、 システム上でのモードモジュールの位置を指定することが可能です。
返り値
指定したアルゴリズムでサポートされるブロック長をバイト単位で返します。
mcrypt_module_get_algo_block_size
There are no user contributed notes for this page.
