©
このドキュメントでは、 php中国語ネットマニュアル リリース
(PHP 4, PHP 5)
mcrypt_ofb — 使用 OFB 模式加密/解密数据
$cipher
, string $key
, string $data
, int $mode
, string $iv
)$cipher
, string $key
, string $data
, int $mode
[, string $iv
] )
第一个原型是针对 libmcrypt 2.2.x 的,
第二个原型是针对 libmcrypt 2.4.x 及更高版本的。
mode
可选值为:
MCRYPT_ENCRYPT
或
MCRYPT_DECRYPT
。
不要再使用此函数了。 参见: mcrypt_generic() 和 mdecrypt_generic() 作为替代。
This function was DEPRECATED in PHP 5.5.0, and REMOVED as of PHP 7.0.0.