I\'m pretty sure the answer to this question is no, but in case there\'s some PHP guru
is it possible to write a function in a way where invalid arguments or non exi
@Sean That was already answered by Brian
return isset($input) ? $input : $default;