Which keyword is used to define a constant in PHP?

Explanation:
PHP allows constants using const or define().