Please enable JavaScript.
Coggle requires JavaScript to display documents.
PHP - Coggle Diagram
PHP
PHP8
functions
str_starts_with
str_ends_with
str_contains
get_debug_type
match
attributs
metadonnées
#[Route('/', methods: ['GET'], name: "homepage")]
type d'union 2.0
float | int
Syntaxe de classe sur objets
$object::class
arguments nommés
callFunction(name: $value);
opérateur nullsafe
$foo = $a?->b();
Constructor Property Promotion
expression throw
PHP 7
Null Coalesce Operator
$_GET['user'] ?? 'nobody';
ternary operator
elvis operator
$a ?: $b
Uniform Variable Syntax
{$foo->$bar}['baz']()
nouveaux opérateurs
5 <=> 6