diff --git a/functions/mcrypt.xml b/functions/mcrypt.xml index 817a6f6d5d..84c15807df 100644 --- a/functions/mcrypt.xml +++ b/functions/mcrypt.xml @@ -341,7 +341,7 @@ $iv = mcrypt_create_iv ($block_size, MCRYPT_DEV_RANDOM); Description - int mcrypt_cbc + string mcrypt_cbc int cipher string key string data @@ -390,7 +390,7 @@ $iv = mcrypt_create_iv ($block_size, MCRYPT_DEV_RANDOM); Description - int mcrypt_cfb + string mcrypt_cfb int cipher string key string data @@ -437,7 +437,7 @@ $iv = mcrypt_create_iv ($block_size, MCRYPT_DEV_RANDOM); Description - int mcrypt_ecb + string mcrypt_ecb int cipher string key string data @@ -480,7 +480,7 @@ $iv = mcrypt_create_iv ($block_size, MCRYPT_DEV_RANDOM); Description - int mcrypt_ofb + string mcrypt_ofb int cipher string key string data