Bonjour.
Il te suffit de regarder dans la documentation : The HttpFoundation Component.
Pour résumer :
In PHP, the request is represented by some global variables ($_GET
, $_POST
, $_FILES
, $_COOKIE
, $_SESSION
, ...) and the response is generated by some functions (echo
, header()
, setcookie()
, ...).
The Symfony HttpFoundation component replaces these default PHP global variables and functions by an object-oriented layer.
Avant de venir demander de l'aide, il faut faire un minimum de recherche, c'est quand même la base, à moins de se considérer comme totalement assisté.