hholzgra Mon Aug 6 06:02:02 2001 EDT
Modified files:
/phpdoc/en/functions session.xml
Log:
session_readonly didn't make it into CVS up to now
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.48 phpdoc/en/functions/session.xml:1.49
--- phpdoc/en/functions/session.xml:1.48 Thu Aug 2 13:37:30 2001
+++ phpdoc/en/functions/session.xml Mon Aug 6 06:02:02 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.48 $ -->
+<!-- $Revision: 1.49 $ -->
<reference id="ref.session">
<title>Session handling functions</title>
<titleabbrev>Sessions</titleabbrev>
@@ -969,19 +969,17 @@
</note>
</refsect1>
</refentry>
-<!--
- This function does not exist in sources, in CVS.
- Is that RFU? [EMAIL PROTECTED]
- <refentry id="function.session-end">
+
+ <refentry id="function.session-write-close">
<refnamediv>
- <refname>session_end</refname>
+ <refname>session_write_close</refname>
<refpurpose>Write session data and end session</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>session_end</function></funcdef>
+ <funcdef>void <function>session_write_close</function></funcdef>
<void/>
</funcprototype>
</funcsynopsis>
@@ -990,7 +988,7 @@
</para>
<para>
Session data is usually stored after your script terminated
- without the need to call <function>session_end</function>, but as
+ without the need to call <function>session_write_close</function>, but as
session data is locked to prevent concurrent writes only one
script may operate on a session at any time. When using framesets
together with sessions you will experience the frames loading one
@@ -998,12 +996,15 @@
laod all the frames by ending the session as soon as all changes
to session variables are done.
</para>
+<!-- commented out until final decision on implementation
<para>
See also: <function>session_readonly</function>.
</para>
+-->
</refsect1>
</refentry>
+<!-- commented out until final decision on implementation
<refentry id="function.session-readonly">
<refnamediv>
<refname>session_readonly</refname>