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

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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="SessionHandler">
13
12
<modifier>public</modifier> <type>bool</type><methodname>SessionHandler::close</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Closes the current session. This method is automatically executed internally by PHP when
...
...
@@ -24,9 +23,9 @@
24
23
before this handler was activated by <function>session_set_save_handler</function>.
25
24
</para>
26
25
<para>
27
-
If this class is extended by inheritiance, calling the parent <parameter>close</parameter> method will invoke the
28
-
wrapper for this method and therefor invoke the associated internal callback. This allows the method to be
29
-
overidden and or intercepted.
26
+
If this class is extended by inheritance, calling the parent <parameter>close</parameter> method will invoke the
27
+
wrapper for this method and therefore invoke the associated internal callback. This allows the method to be
28
+
overridden and or intercepted.
30
29
</para>
31
30
<para>
32
31
For more information on what this method is expected to do, please refer to the documentation at
...
...
@@ -48,7 +47,6 @@
48
47
</refsect1>
49
48

50
49
</refentry>
51
-

52
50
<!-- Keep this comment at the end of the file
53
51
Local variables:
54
52
mode: sgml
55
53