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:
Martin Samesch 2001-12-18 21:18:20 +00:00
parent 3e51e405ef
commit 1f10c6688c

View file

@ -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>