Part 1
1

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

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

Statement

Compléter les trous pour obtenir le resultat suivant.

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

la variable $chaine contient la chaine : mon texte

<p>la‧variable‧$chaine‧contient‧la‧chaine‧:‧mon‧texte</p>

Execution in 0.0004s

8 / 8
Les chaines de caractères