Part 1
1

Les chaines de caractères : Exercice PHP n°7

The goal of the exercise is to apply what you have learned using the examples.

Statement

Compléter les trous pour obtenir le résultat suivant.

Enter your response
$chaine='mon texte'; echo /* trou/ */ /* /trou */ ; echo /* trou/ */ /* /trou */ $chaine/* trou/ */ /* /trou */;
Result to obtain

Un paragraphe

Le contenu de la variable est : mon texte

<p>Un‧paragraphe</p><p>Le‧contenu‧de‧la‧variable‧est‧:‧mon‧texte</p>

Execution in 0.0002s

7 / 8
Les chaines de caractères