variable_exists($name)
Check whether a variable with the given name exists in the current scope or in the global scope.
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:
Designed by : w10schools
service@w10schools.com
Please login to continue.