mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Revert incorrect references to SID constant.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323726 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
491470fc95
commit
06dfeb81bd
2 changed files with 1 additions and 6 deletions
|
@ -1012,11 +1012,6 @@
|
|||
|
||||
<simpara><link linkend="book.session">Sessions</link>:</simpara>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>SID</constant>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>PHP_SESSION_ACTIVE</constant>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Since PHP 5.4.0. Constant containing either the session name and session ID in
|
||||
Constant containing either the session name and session ID in
|
||||
the form of <literal>"name=ID"</literal> or empty string
|
||||
if session ID was set in an appropriate session cookie. This is
|
||||
the same id as the one returned by <function>session_id</function>.
|
||||
|
|
Loading…
Reference in a new issue