From acd9489644cb80996c40ec495dfd4e9ad8e5efa3 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 19 Mar 2000 20:00:09 +0000 Subject: [PATCH] Mcrypt_[cipher-mode] functions returns strings. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21755 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mcrypt.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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