RE: deleting $_SESSION

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jochem Maas <mailto:jochem@xxxxxxxxxxxxx>
    on Monday, April 11, 2005 10:45 AM said:

> this oneliner might give you a little insight:
> <?php
>
$x=1;$y=2;unset($x);$y=null;var_dump($x,isset($x),empty($x),$y,isset($y)
,empty($y));
> ?>  

If that's a oneliner I'd hate to see a twoliner! :P



Chris.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux