Download
Download Latest
Version Support Policy
Documentation
Documentation Home
Tutorial
Project
Governance
Branding
License
GitHub Repository
Community
Contribute to PHP
Online Communities
Events | Conferences
Mailing Lists
PHP 8.5
All Releases
Search docs
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Exceptions
Generators
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Filesystem Security
Database Security
Error Reporting
Using Register Globals
User Submitted Data
Magic Quotes
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Safe Mode
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
Credit Card Processing
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
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
Variable handling Funzioni
PHP Manual
PHP Manual
»
Variable handling
»
Variable handling Funzioni
Variable handling Funzioni
Indice dei contenuti
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
↑
and
↓
to navigate •
Enter
to select •
Esc
to close •
/
to open
Press
Enter
without selection to search using Google