Function globals globals defined
Returns true if the symbol name is defined in the caller, or the caller's lexical namespace. (i.e. defined("varname") tells you if you can use varname in an expression without a undefined symbol error.
Returns true if the symbol name is defined in the caller, or the caller's lexical namespace. (i.e. defined("varname") tells you if you can use varname in an expression without a undefined symbol error.