Is there any way to check to see if a variable has been defined in much the same way in which defined is used for constants? Something like cfparam in cold fusion would be nice :-)
Thanks.
isset($variable);