Check this out:
if (isset($a, $b, $c))
{
unset($a, $b, $c);
}
Mulitple arguments. Looks like they’ve been there since an early PHP4 release, at least. Why does nobody tell me these things?
Tags: php
-
Pingback from php|hampshire » Multiple Arguments in isset() on June 5, 2009 at 10:42 am
3 comments
Comments feed for this article
Trackback link: http://www.otton.org/2009/04/16/i-learn-something-new-every-day-isset/trackback/