[PHP-DOC] cvs: phpdoc /en/functions session.xml
by Martin Samesch other posts by this author
Dec 18 2001 9:18PM messages near this date
Re: [PHP-DOC] cvs: phpdoc /en/functions session.xml
|
[PHP-DOC] cvs: phpdoc /en/functions oci8.xml
samesch Tue Dec 18 16:18:20 2001 EDT
Modified files:
/phpdoc/en/functions session.xml
Log:
there's no function called 'unset'
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.65 phpdoc/en/functions/session.xml:1.66
--- phpdoc/en/functions/session.xml:1.65 Tue Dec 18 14:30:03 2001
+++ phpdoc/en/functions/session.xml Tue Dec 18 16:18:20 2001
@@ -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 @@
<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>
|