From 882c0b3a3a080bd7d4aff6cf68d6553305affdb6 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Thu, 13 Jul 2000 20:03:56 +0000 Subject: [PATCH] Updated entry for session_destroy() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28246 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/session.xml b/functions/session.xml index 08fb8869da..fc6e7be8fd 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -387,7 +387,8 @@ close associated with the current session. - This function returns true on success and false on failure. + This function returns true on success and false on failure to destroy + the session data.