From 91bdbf1f764a567053e474efd152f46beb1f6188 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 9 Feb 2004 08:44:52 +0000 Subject: [PATCH] put the doc online again git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150841 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mcrypt/functions/mcrypt-ecb.xml | 27 +++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/reference/mcrypt/functions/mcrypt-ecb.xml b/reference/mcrypt/functions/mcrypt-ecb.xml index 776d5c6b6a..bb4b24355b 100644 --- a/reference/mcrypt/functions/mcrypt-ecb.xml +++ b/reference/mcrypt/functions/mcrypt-ecb.xml @@ -1,5 +1,5 @@ - + @@ -8,8 +8,31 @@ Description + + stringmcrypt_ecb + intcipher + stringkey + stringdata + intmode + + + stringmcrypt_ecb + stringcipher + stringkey + stringdata + intmode + stringiv + - This function is deprecated, see mcrypt_generic and + The first prototype is when linked against libmcrypt 2.2.x, the + second when linked against libmcrypt 2.4.x or higher. The + mode should be either + MCRYPT_ENCRYPT or + MCRYPT_DECRYPT. + + + This function is deprecated and should not be used anymore, see + mcrypt_generic and mdecrypt_generic for replacements.