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