<?php //début du programme$maChaine = str_repeat("Bonjour ! ",4);echo "Chaine après str_repeat : <br/>$maChaine";?>