I should mention the more general use cases of the function I had made:

ifset($arr, $key1, $key2, ..., $keyN, $default)

actually, this function checks with array_key_exists, and not just isset. 
Meaning, if the value exists at that array key path and is null, it is used, 
otherwise, $default is used.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to