mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added skeleton for a missing function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65174 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b08426ef58
commit
c7b15dca0c
1 changed files with 23 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.61 $ -->
|
||||
<!-- $Revision: 1.62 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session handling functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -1024,6 +1024,28 @@ echo "The cache limiter is now set to $cache_limiter<p>";
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<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>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>session_cache_expire</function></funcdef>
|
||||
<paramdef>int <parameter><optional>new_cache_expire</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.session-write-close">
|
||||
<refnamediv>
|
||||
<refname>session_write_close</refname>
|
||||
|
|
Loading…
Reference in a new issue