mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Little cleaned up doc for session_cache_expire
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65977 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7396d21590
commit
e1c0e93dc5
1 changed files with 5 additions and 6 deletions
|
@ -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 @@ echo "The cache limiter is now set to $cache_limiter<p>";
|
|||
<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 @@ echo "The cache limiter is now set to $cache_limiter<p>";
|
|||
</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>
|
||||
|
|
Loading…
Reference in a new issue