KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Variable handling
debug_zval_dump
doubleval
empty
floatval
gettype
get_defined_vars
get_resource_type
import_request_variables
intval
isset
is_array
is_bool
is_callable
is_double
is_float
is_int
is_integer
is_long
is_null
is_numeric
is_object
is_real
is_resource
is_scalar
is_string
print_r
serialize
settype
strval
unserialize
unset
var_dump
var_export
Home
>
PHP
>
Function
>
Variable handling
>
isset()
isset()
isset - Determine if a variable is set and is not
NULL
Syntax
bool
isset
(
mixed
$var,
mixed
$var,
$...)
Arguments
var - The variable to be checked.
var - Another variable..
...
Description
Determine if a variable is set and is not NULL.
Version
PHP 4, 5
Return value
Returns TRUE if var exists and has value other than NULL, FALSE otherwise.