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 abs()</h2> <?php echo(abs(-6.7)); ?> </body> </html>
La fonction abs()
6.7