CIII. Variablen-Funktionen
-
Inhaltsverzeichnis
-
doubleval
-- Konvertiert einen Wert nach double
-
empty
-- Prüft, ob eine Variable einen Wert enthält
-
floatval
-- Get float value of a variable
-
get_defined_vars
-- Returns an array of all defined variables
-
get_resource_type
-- Returns the resource type
-
gettype
-- Liefert den Datentyp einer Variablen
-
import_request_variables
-- Import GET/POST/Cookie variables into the global
scope
-
intval
-- Konvertiert einen Wert nach integer
-
is_array
-- Prüft, ob Variable ein Array ist
-
is_bool
-- Prüft, ob eine Variable vom Typ bool ist
-
is_callable
-- Find out whether the argument is a valid callable
construct
-
is_double
-- Prüft, ob eine Variable vom Typ double ist
-
is_float
-- Prüft, ob eine Variable vom Typ float ist
-
is_int
-- Prüft, ob eine Variable vom Typ int ist
-
is_integer
-- Prüft, ob eine Variable vom Typ integer ist
-
is_long
-- Prüft, ob eine Variable vom Typ long ist
-
is_null
-- Finds whether a variable is
NULL
-
is_numeric
-- Finds whether a variable is a number or a numeric
string
-
is_object
-- Prüft, ob eine Variable vom Typ object ist
-
is_real
-- Prüft, ob Variable vom Typ real ist
-
is_resource
-- Prüft, ob eine Variable vom Typ resource ist
-
is_scalar
-- Finds whether a variable is a scalar
-
is_string
-- Prüft, ob Variable vom Typ string ist
-
isset
-- Prüft die Existenz einer Variablen
-
print_r
-- Gibt Variablen-Informationen in lesbarer Form aus
-
serialize
-- Erzeugt ein speicherbares Datenformat
-
settype
-- Legt den Typ einer Variablen fest
-
strval
-- Konvertierung zum String
-
unserialize
-- Erzeugt aus einem gespeicherten Datenformat einen Wert
in PHP
-
unset
-- Löschen einer Variablen
-
var_dump
-- Gibt alle Informationen zu einer Variablen aus
-
var_export
-- Outputs or returns a string representation of a
variable