mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
minor rewording
linking to session.cache_expire git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104515 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8aac654b44
commit
3271a7e64e
1 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.session-cache-expire'>
|
||||
<refnamediv>
|
||||
|
@ -13,9 +13,14 @@
|
|||
<methodparam choice="opt"><type>int</type><parameter>new_cache_expire</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<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>.
|
||||
<function>session_cache_expire</function> returns the current setting of
|
||||
<link linkend="ini.session.cache-expire">session.cache_expire</link>
|
||||
from &php.ini;. If <parameter>new_cache_expire</parameter> is given, the
|
||||
current cache expire is replaced with <parameter>new_cache_expire</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also the <link linkend="ini.session.cache-expire">session.cache_expire</link>
|
||||
configuration directive.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue