0 votes
in PHP by
What are magic constants in PHP?

1 Answer

0 votes
by

PHP magic constants are predefined constants, which change based on their use. They start with a double underscore (__) and end with a double underscore (__).

...