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
Introduction »
« ReflectionException
Manuel PHP
Référence des fonctions
Extensions relatives aux variables et aux types
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Gestion des variables
Introduction
Installation/Configuration
Configuration à l'exécution
Fonctions de gestion des variables
boolval
— Récupère la valeur booléenne d'une variable
debug_zval_dump
— Extrait une représentation sous forme de chaîne de la structure interne d'une zval pour affichage
doubleval
— Alias de floatval
empty
— Détermine si une variable est vide
floatval
— Convertit une chaîne en nombre à virgule flottante
get_debug_type
— Renvoie le nom du type de la variable d'une manière adaptée au débogage
get_defined_vars
— Liste toutes les variables définies
get_resource_id
— Retourne un entier identifiant une ressource
get_resource_type
— Retourne le type de ressource
gettype
— Retourne le type de la variable
intval
— Retourne la valeur numérique entière équivalente d'une variable
is_array
— Détermine si une variable est un tableau
is_bool
— Détermine si une variable est un booléen
is_callable
— Détermine si une valeur peut être appelé comme une fonction dans la portée courante.
is_countable
— Vérifie si le contenu de la variable est une valeur dénombrable
is_double
— Alias de is_float
is_float
— Détermine si une variable est de type nombre décimal
is_int
— Détermine si une variable est de type nombre entier
is_integer
— Alias de is_int
is_iterable
— Détermine si le contenu de la variable est itérable.
is_long
— Alias de is_int
is_null
— Indique si une variable vaut null
is_numeric
— Détermine si une variable est un nombre ou une chaîne numérique
is_object
— Détermine si une variable est de type objet
is_real
— Alias de is_float
is_resource
— Détermine si une variable est une ressource
is_scalar
— Indique si une variable est un scalaire
is_string
— Détermine si une variable est de type chaîne de caractères
isset
— Détermine si une variable est déclarée et est différente de null
print_r
— Affiche des informations lisibles pour une variable
serialize
— Génère une représentation stockable d'une valeur
settype
— Affecte un type à une variable
strval
— Récupère la valeur d'une variable, au format chaîne
unserialize
— Crée une variable PHP à partir d'une valeur sérialisée
unset
— Détruit une variable
var_dump
— Affiche les informations d'une variable
var_export
— Retourne le code PHP utilisé pour générer une variable
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