From c7b15dca0c59c6a7abb5cf012192e8af5dd668df Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 15 Dec 2001 14:50:25 +0000 Subject: [PATCH] added skeleton for a missing function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65174 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/functions/session.xml b/functions/session.xml index 7ce605ba3e..4aaf3a1115 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -1024,6 +1024,28 @@ echo "The cache limiter is now set to $cache_limiter

"; + + + session_cache_expire + + Return the current cache expire. If new_cache_expire is given, + the current cache_expire is replaced with new_cache_expire + + + + Description + + + int session_cache_expire + int new_cache_expire + + + + &warn.undocumented.func; + + + + session_write_close