HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<?php define("NAME", "David"); function getConstantName() { echo NAME; } getConstantName(); //outputs: David ?>
Related Chapters
PHP Math
PHP Operators
PHP Boolean
PHP Arrays
PHP Numbers
Related Examples
PHP Math sqrt() Example
PHP Boolean Logical NOT Example
PHP Boolean Conversion Example
PHP Boolean Example
PHP Global Variable