PrimitiveType

PHP: define a constant

<?php define('MY_CONSTANT', 'some value'); echo MY_CONSTANT; // prints 'some value'