Constants in PHP

Value of PI: 3.14

Website Name: My Website

Constants in PHP are defined using the define() function. Once defined, their values cannot be changed during the script's execution.