Data type Flashcards
is_bool()
check boolean type
is_int()
check integer type
is_float()
check float type
is_string()
check string type
is_array()
check array type
is_object()
check object type
is_resource()
check recource type
is_null()
check null type
floatval()
get float value of a variable
intval()
get integer value of a variable
strval()
get string value of a variable
get_defined_vars()
returns an array of all defined functions
gettype()
get type of a variable
settype(var,type)
set type of a variable
isset()
determine if a variable is declared and is different than NULL
empty()
Determine if a variable is empty
unset()
delete a variable
print_r()
prints human-readable information about a variable
var_dump()
prints information about a variable
get_resource_type()
return a resource type