mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
reverted last change, see http://php.net/unset
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65637 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1f10c6688c
commit
2b899a5cc0
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.66 $ -->
|
||||
<!-- $Revision: 1.67 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session handling functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -645,7 +645,7 @@ echo "The previous session name was $previous_name<p>";
|
|||
<para>
|
||||
This function doesn't unset the corresponding global variable for
|
||||
<parameter>name</parameter>, it only prevents the variable from being
|
||||
saved as part of the session. You must call <function>session_unset</function>
|
||||
saved as part of the session. You must call <function>unset</function>
|
||||
to remove the corresponding global variable.
|
||||
</para>
|
||||
</caution>
|
||||
|
|
Loading…
Reference in a new issue