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 echo substr_replace("Hello","monde",0); // 0 commencera à remplacer au premier caractère de la chaîne ?> </body> </html>
monde