Constants are similar to variables. The difference is that in constants their values cannot be changed once defined. They are defined using the `define()` function in PHP.