mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
there's no function called 'unset'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65636 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3e51e405ef
commit
1f10c6688c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.65 $ -->
|
||||
<!-- $Revision: 1.66 $ -->
|
||||
<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>unset</function>
|
||||
saved as part of the session. You must call <function>session_unset</function>
|
||||
to remove the corresponding global variable.
|
||||
</para>
|
||||
</caution>
|
||||
|
|
Loading…
Reference in a new issue