PHP:mcrypt_module_get_supported_key_sizes()的用法 PHP
mcrypt_module_get_supported_key_sizes
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_get_supported_key_sizes — 以数组形式返回打开的算法所支持的密钥大小
说明
array mcrypt_m
PHP:mcrypt_module_is_block_algorithm_mode()的用法 PHP
mcrypt_module_is_block_algorithm_mode
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_is_block_algorithm_mode — 返回指定模块是否是分组加密模式
说明
bool mcrypt_module_is_block_a
PHP:mcrypt_module_is_block_mode()的用法 PHP
mcrypt_module_is_block_mode
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_is_block_mode — 检测指定模式是否以分组方式输出
说明
bool mcrypt_module_is_block_mode
( string $mo
PHP:mcrypt_module_is_block_algorithm()的用法 PHP
mcrypt_module_is_block_algorithm
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_is_block_algorithm — 检测指定算法是否为分组加密算法
说明
bool mcrypt_module_is_block_algorithm
PHP:mcrypt_module_open()的用法 PHP
mcrypt_module_open
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_open — 打开算法和模式对应的模块
说明
resource mcrypt_module_open
( string $algorithm
, string $algorithm_d
PHP:mcrypt_module_self_test()的用法 PHP
mcrypt_module_self_test
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_self_test — 在指定模块上执行自检
说明
bool mcrypt_module_self_test
( string $algorithm
[, string $lib_d
PHP:mcrypt_ofb()的用法 PHP
mcrypt_ofb
(PHP 4, PHP 5)
mcrypt_ofb — 使用 OFB 模式加密/解密数据
说明
string mcrypt_ofb
( int $cipher
, string $key
, string $data
, int $mode
, string $iv
PHP:mdecrypt_generic()的用法 PHP
mdecrypt_generic (PHP 4 = 4.0.2, PHP 5)
mdecrypt_generic — 解密数据 说明 string mdecrypt_generic ( resource $td , strin...
PHP:cal_info()的用法 PHP
cal_info
(PHP 4 >= 4.1.0, PHP 5)
cal_info — 返回选定历法的信息
说明
array cal_info
([ int $calendar = -1
] )
cal_info()返回选定 calendar的作息。
PHP:cal_days_in_month()的用法 PHP
cal_days_in_month
(PHP 4 >= 4.1.0, PHP 5)
cal_days_in_month — 返回某个历法中某年中某月的天数
说明
int cal_days_in_month
( int $calendar
, int $month
, int $y