variable_exists($name)
Check whether a variable with the given name exists in the current scope or in the global scope.
Examples:
$a-false-value: false; variable-exists(a-false-value) => true variable-exists(nonexistent) => false
Parameters:
Returns:
Please login to continue.
Please login to continue.