|  | 
 
 Variable handling FunctionsTable of Contents
boolval — Get the boolean value of a variabledebug_zval_dump — Dumps a string representation of an internal zend value to outputdoubleval — Alias of floatvalempty — Determine whether a variable is emptyfloatval — Get float value of a variableget_defined_vars — Returns an array of all defined variablesget_resource_type — Returns the resource typegettype — Get the type of a variableimport_request_variables — Import GET/POST/Cookie variables into the global scopeintval — Get the integer value of a variableis_array — Finds whether a variable is an arrayis_bool — Finds out whether a variable is a booleanis_callable — Verify that the contents of a variable can be called as a functionis_double — Alias of is_floatis_float — Finds whether the type of a variable is floatis_int — Find whether the type of a variable is integeris_integer — Alias of is_intis_iterable — Verify that the contents of a variable is an iterable valueis_long — Alias of is_intis_null — Finds whether a variable is NULLis_numeric — Finds whether a variable is a number or a numeric stringis_object — Finds whether a variable is an objectis_real — Alias of is_floatis_resource — Finds whether a variable is a resourceis_scalar — Finds whether a variable is a scalaris_string — Find whether the type of a variable is stringisset — Determine if a variable is set and is not NULLprint_r — Prints human-readable information about a variableserialize — Generates a storable representation of a valuesettype — Set the type of a variablestrval — Get string value of a variableunserialize — Creates a PHP value from a stored representationunset — Unset a given variablevar_dump — Dumps information about a variablevar_export — Outputs or returns a parsable string representation of a variable |