Variablen- und typbezogene Erweiterungen
Einführung
Variablen- und typbezogene Erweiterungen
PHP Manual
Variablenbehandlung
Einführung
Installation/Konfiguration
Installation
Laufzeit-Konfiguration
Ressource-Typen
Vordefinierte Konstanten
Funktionen zur Behandlung von Variablen
debug_zval_dump
— Dumps a string representation of an internal zend value to output
doubleval
— Alias von floatval
empty
— Prüft, ob eine Variable einen Wert enthält
floatval
— Konvertiert einen Wert nach float
get_defined_vars
— Gibt ein Array aller definierten Variablen zurück
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 die Variable ein Array ist
is_binary
— Prüft ob eine Variable ein nativer Binärstring ist
is_bool
— Prüft, ob eine Variable vom Typ boolean ist
is_buffer
— Prüft ob eine Variable ein nativer Unicode- oder Binärstring ist
is_callable
— Prüft ob der Inhalt einer Variable als Funktion aufgerufen werden kann
is_double
— Alias von is_float
is_float
— Prüft, ob eine Variable vom Typ float ist
is_int
— Prüft, ob eine Variable vom Typ int ist
is_integer
— Alias von is_int
is_long
— Alias von is_int
is_null
— Prüft ob eine Variable NULL enthält
is_numeric
— Prüft, ob eine Variable eine Zahl oder ein numerischer String ist
is_object
— Prüft, ob eine Variable vom Typ object ist
is_real
— Alias von is_float
is_resource
— Prüft, ob eine Variable vom Typ resource ist
is_scalar
— Prüft ob eine Variable skalar ist
is_string
— Prüft, ob Variable vom Typ string ist
is_unicode
— Prüft ob eine Variable ein Unicode String ist
isset
— Prüft die Existenz einer Variablen
print_r
— Gibt Variablen-Informationen in lesbarer Form aus
serialize
— Erzeugt eine speicherbare Repräsentation eines Wertes
settype
— Legt den Typ einer Variablen fest
strval
— Ermittelt die String-Repräsentation einer Variable
unserialize
— Erzeugt aus einem gespeicherten Datenformat einen Wert in PHP
unset
— Löschen einer angegebenen Variablen
var_dump
— Gibt alle Informationen zu einer Variablen aus
var_export
— Outputs or returns a parsable string representation of a variable
Variablen- und typbezogene Erweiterungen
Einführung
Variablen- und typbezogene Erweiterungen
PHP Manual