Question du test PHP8

Comment échapper les entités HTML en PHP

Intermédiaire

Que va afficher ce code:

<?php

$string = "<a href='r&d'>R &amp; D</a>";
echo htmlspecialchars($string, double_encode: false);
Auteur: Clément DevosStatut : PubliéeQuestion passée 962 fois
Modifier
0
Évaluations de la communautéPersonne n'a encore évalué cette question, soyez le premier !