At 10:43 AM 5/3/2001 -0400, Joe Brown wrote:
>What about an isnull() function, opposed to key_exists();
>
>IsPossible()?

Yeah that's definitely a possiblity but then you'd have to do something like.
if (isset($a["foo"]) || isnull($a["foo"))

Kind of sucky.
But we should think of a good resolution for a major version.

Andi


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to