reference/session/functions/session-start.xml
151e61773c016edcae8fd4989ad9a86ffd03c283
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.session-start">
3
+
<refentry xml:id="function.session-start" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>session_start</refname>
6
6
<refpurpose>Start new or resume existing session</refpurpose>
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>session_start</methodname>
13
-
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>array()</initializer></methodparam>
13
+
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>[]</initializer></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
<function>session_start</function> creates a session or resumes the
...
...
@@ -96,19 +96,6 @@
96
96
session.
97
97
</entry>
98
98
</row>
99
-
<row>
100
-
<entry>7.0.0</entry>
101
-
<entry>
102
-
The <parameter>options</parameter> parameter was added.
103
-
</entry>
104
-
</row>
105
-
<row>
106
-
<entry>5.3.0</entry>
107
-
<entry>
108
-
If a session fails to start, then &false; is returned.
109
-
Previously &true; was returned.
110
-
</entry>
111
-
</row>
112
99
</tbody>
113
100
</tgroup>
114
101
</informaltable>
...
...
@@ -218,7 +205,7 @@ session_start([
218
205
<note>
219
206
<para>
220
207
To use cookie-based sessions, <function>session_start</function>
221
-
must be called before outputing anything to the browser.
208
+
must be called before outputting anything to the browser.
222
209
</para>
223
210
</note>
224
211
<note>
...
...
@@ -251,7 +238,6 @@ session_start([
251
238
</refsect1>
252
239

253
240
</refentry>
254
-

255
241
<!-- Keep this comment at the end of the file
256
242
Local variables:
257
243
mode: sgml
258
244