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> <h2>La fonction strtoupper()</h2> <?php $x = "Bonjour le monde !"; echo strtoupper($x); ?> </body> </html>
La fonction strtoupper()
Bonjour le monde !