reference/session/sessionhandlerinterface/write.xml
601f6f4ce5827d441a7e110184708f0abe9fd447
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="sessionhandlerinterface.write" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SessionHandlerInterface::write</refname>
...
...
@@ -9,10 +8,10 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::write</methodname>
14
-
<methodparam><type>string</type><parameter>session_id</parameter></methodparam>
15
-
<methodparam><type>string</type><parameter>session_data</parameter></methodparam>
11
+
<methodsynopsis role="SessionHandlerInterface">
12
+
<modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::write</methodname>
13
+
<methodparam><type>string</type><parameter>id</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>data</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
17
Writes the session data to the session storage. Called by
...
...
@@ -35,7 +34,7 @@
35
34
&reftitle.parameters;
36
35
<variablelist>
37
36
<varlistentry>
38
-
<term><parameter>session_id</parameter></term>
37
+
<term><parameter>id</parameter></term>
39
38
<listitem>
40
39
<para>
41
40
The session id.
...
...
@@ -43,7 +42,7 @@
43
42
</listitem>
44
43
</varlistentry>
45
44
<varlistentry>
46
-
<term><parameter>session_data</parameter></term>
45
+
<term><parameter>data</parameter></term>
47
46
<listitem>
48
47
<para>
49
48
The encoded session data. This data is the result of the PHP internally encoding the <varname>$_SESSION</varname> superglobal to a serialized
...
...
@@ -74,7 +73,6 @@
74
73
</refsect1>
75
74

76
75
</refentry>
77
-

78
76
<!-- Keep this comment at the end of the file
79
77
Local variables:
80
78
mode: sgml
81
79