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 class pi { public static $value = 3.14159; } // Obtenir la propriété statique echo pi::$value; ?> </body> </html>
3.14159