Downloads
Documentation
Get Involved
Help
Search docs
PHP 8.4.0 RC4 available for testing
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Einführung »
« ReflectionException
PHP-Handbuch
Funktionsreferenz
Variablen- und typbezogene Erweiterungen
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Variablenbehandlung
Einführung
Installation/Konfiguration
Laufzeit-Konfiguration
Funktionen zur Behandlung von Variablen
boolval
— Get the boolean value of a variable
debug_zval_dump
— Dumps a string representation of an internal zval structure to output
doubleval
— Alias von floatval
empty
— Prüft, ob eine Variable leer ist
floatval
— Konvertiert einen Wert nach float
get_debug_type
— Gets the type name of a variable in a way that is suitable for debugging
get_defined_vars
— Gibt ein Array aller definierten Variablen zurück
get_resource_id
— Returns an integer identifier for the given resource
get_resource_type
— Liefert den Typ einer Ressource
gettype
— Liefert den Datentyp einer Variablen
intval
— Konvertiert einen Wert nach integer
is_array
— Prüft, ob die Variable ein Array ist
is_bool
— Prüft, ob eine Variable vom Typ boolean ist
is_callable
— Prüft, ob ein Wert als Funktion aus dem aktuellen Bereich aufgerufen werden kann.
is_countable
— Verify that the contents of a variable is a countable value
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_iterable
— Verify that the contents of a variable is an iterable value
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
isset
— Prüft, ob eine Variable deklariert ist und sich von null unterscheidet
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
— Liefert den Inhalt einer Variablen als parsbaren PHP-Code
Improve This Page
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
↑
and
↓
to navigate •
Enter
to select •
Esc
to close
Press
Enter
without selection to search using Google