Constants in PHP are values that cannot be changed after they are defined, unlike variables. They are usually defined using the `define()` function. Once set, they are globally accessible.