LXXXV. Variablen-Funktionen

Inhaltsverzeichnis
doubleval — Konvertiert einen Wert nach double
empty — Prüft, ob eine Variable einen Wert enthält
gettype — Liefert den Datentyp einer Variablen
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_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_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_string — Prüft, ob Variable vom Typ string ist
isset — Prüft die Existenz einer Variablen
print_r — Giebt 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