Downloads
Documentation
Get Involved
Help
Search docs
PHP 8.4.1 Released!
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
Introduzione »
« ReflectionException
Manuale PHP
Guida Funzioni
Estensioni correlate a variabili e tipi
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Variable handling
Introduzione
Installazione/Configurazione
Configurazione di Runtime
Variable handling Funzioni
boolval
— Get the boolean value of a variable
debug_zval_dump
— Dumps a string representation of an internal zval structure to output
doubleval
— Alias di floatval
empty
— Determina se una variabile è valorizzata
floatval
— Restituisce il valore di una variabile di tipo float
get_debug_type
— Gets the type name of a variable in a way that is suitable for debugging
get_defined_vars
— Restituisce un'array contenente tutte le variabili definite
get_resource_id
— Returns an integer identifier for the given resource
get_resource_type
— Restituisce il tipo di risorsa
gettype
— Resituisce il tipo di una variabile
intval
— Estrae il valore intero da una variabile
is_array
— Verifica se una variabile è un array
is_bool
— Verifica se una variabile è di tipo boolean
is_callable
— Verifica se il contenuto di una variabile può essere eseguito come una funzione
is_countable
— Verify that the contents of a variable is a countable value
is_double
— Alias di is_float
is_float
— Verifica se una variabile è di tipo float (decimale a virgola mobile)
is_int
— Verifica se una variabile è di tipo integer
is_integer
— Alias di is_int
is_iterable
— Verify that the contents of a variable is an iterable value
is_long
— Alias di is_int
is_null
— Verifica se la variabile è di tipo null
is_numeric
— Verifica se una variabile è un numero o una stringa numerica
is_object
— Verifica se una variabile è un object
is_real
— Alias di is_float
is_resource
— Verifica se una variabile è una risorsa
is_scalar
— Verifica se la variabile è di tipo scalare
is_string
— Verifica se il tipo di una variabile sia stringa
isset
— Verifica se una variabile è definita e non è null
print_r
— Stampa informazioni relative al contenuto di una variabile in formato leggibile
serialize
— Genera una versione archiviabile del valore
settype
— Definisce il tipo di una variabile
strval
— Restituisce il valore di una variabile interpretato come stringa
unserialize
— Crea un valore PHP a partire da una rappresentazione archiviata
unset
— Cancella una data variabile
var_dump
— Stampa delle informazioni relative ad una variabile
var_export
— Visualizza o restituisce una variabile in formato stringa
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