[PHP-DOC] cvs: phpdoc /en/functions session.xml
by Hartmut Holzgraefe other posts by this author
Dec 18 2001 9:35PM messages near this date
[PHP-DOC] Bug #14591 Updated: uasort mixes array with equal elements
|
Re: [PHP-DOC] cvs: phpdoc /en/functions session.xml
hholzgra Tue Dec 18 16:35:31 2001 EDT
Modified files:
/phpdoc/en/functions session.xml
Log:
reverted last change, see http://php.net/unset
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.66 phpdoc/en/functions/session.xml:1.67
--- phpdoc/en/functions/session.xml:1.66 Tue Dec 18 16:18:20 2001
+++ phpdoc/en/functions/session.xml Tue Dec 18 16:35:30 2001
@@ -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 @@
<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>
Thread:
Hartmut Holzgraefe
Martin Samesch
|