Join Up!
104886 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousurlencodedoublevalnext
Last updated: Mon, 28 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Spanish

CII. 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
User Contributed Notes
Variablen-Funktionen
add a note about notes
There are no user contributed notes for this page.
previousurlencodedoublevalnext
Last updated: Mon, 28 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST