From 0ee198dc934eac25857573eff1143c086603e91d Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 25 Apr 2003 18:45:56 +0000 Subject: [PATCH] - Fix ( balance git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124636 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mcrypt/functions/mcrypt-generic-deinit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mcrypt/functions/mcrypt-generic-deinit.xml b/reference/mcrypt/functions/mcrypt-generic-deinit.xml index 142b2a7c3d..c05221bdab 100644 --- a/reference/mcrypt/functions/mcrypt-generic-deinit.xml +++ b/reference/mcrypt/functions/mcrypt-generic-deinit.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ descriptor (td). It clears all buffers, but does not close the module. You need to call mcrypt_module_close yourself. (But PHP does this for - you at the end of the script. Returns &false; on error, or &true; on + you at the end of the script.) Returns &false; on error, or &true; on success.