leszek          Sat Dec 22 12:18:41 2001 EDT

  Modified files:              
    /phpdoc/en/functions        session.xml 
  Log:
  Little cleaned up doc for session_cache_expire
  
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.69 phpdoc/en/functions/session.xml:1.70
--- phpdoc/en/functions/session.xml:1.69        Tue Dec 18 17:43:31 2001
+++ phpdoc/en/functions/session.xml     Sat Dec 22 12:18:41 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.69 $ -->
+<!-- $Revision: 1.70 $ -->
  <reference id="ref.session">
   <title>Session handling functions</title>
   <titleabbrev>Sessions</titleabbrev>
@@ -1029,10 +1029,7 @@
   <refentry id='function.session-cache-expire'>
    <refnamediv>
     <refname>session_cache_expire</refname>
-    <refpurpose>
-     Return the current cache expire. If new_cache_expire is given,
-     the current cache_expire is replaced with new_cache_expire
-    </refpurpose>
+    <refpurpose>Return current cache expire</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1043,7 +1040,9 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     &warn.undocumented.func;
+     <function>session_cache_expire</function> returns current cache expire.
+     If <parameter>new_cache_expire</parameter> is given, the current
+     cache expire is replaced with <parameter>new_cache_expire</parameter>.
     </para>
    </refsect1>
   </refentry>


Reply via email to