mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
removed repetition (with typo)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143285 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
316b92565e
commit
b212e5cf99
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.8 -->
|
||||
<refentry id="function.session-unset">
|
||||
<refnamediv>
|
||||
|
@ -22,8 +22,7 @@
|
|||
<para>
|
||||
If <varname>$_SESSION</varname> (or
|
||||
<varname>$HTTP_SESSION_VARS</varname> for PHP 4.0.6 or less) is
|
||||
used, use <function>unset</function> to unregister session
|
||||
variable. i.e. $_SESSION = array();
|
||||
used, use $_SESSION = array(); to unregister a session variable.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue