mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed bug#48237 (Documentation needs clarification)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282528 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
16e5856b7c
commit
928fd80616
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.session-start">
|
||||
<refnamediv>
|
||||
<refname>session_start</refname>
|
||||
|
@ -149,6 +149,13 @@ echo '<br /><a href="page1.php">page 1</a>';
|
|||
is recommended rather than <function>ob_gzhandler</function>
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
This function will send out several HTTP headers depending on the
|
||||
configuration. See <function>session_cache_limiter</function> to customize
|
||||
these headers.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
|
Loading…
Reference in a new issue