reference/session/sessionhandlerinterface/destroy.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.destroy" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SessionHandlerInterface::destroy</refname>
...
...
@@ -9,9 +8,9 @@
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::destroy</methodname>
14
-
<methodparam><type>string</type><parameter>session_id</parameter></methodparam>
11
+
<methodsynopsis role="SessionHandlerInterface">
12
+
<modifier>public</modifier> <type>bool</type><methodname>SessionHandlerInterface::destroy</methodname>
13
+
<methodparam><type>string</type><parameter>id</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Destroys a session. Called by <function>session_regenerate_id</function> (with $destroy = &true;),
...
...
@@ -24,7 +23,7 @@
24
23
<para>
25
24
<variablelist>
26
25
<varlistentry>
27
-
<term><parameter>session_id</parameter></term>
26
+
<term><parameter>id</parameter></term>
28
27
<listitem>
29
28
<para>
30
29
The session ID being destroyed.
...
...
@@ -43,7 +42,6 @@
43
42
</refsect1>
44
43

45
44
</refentry>
46
-

47
45
<!-- Keep this comment at the end of the file
48
46
Local variables:
49
47
mode: sgml
50
48