Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php $str = "Bonjour le monde"; echo str_pad($str,20,".",STR_PAD_LEFT); ?> </body> </html>
.........Bonjour le monde