What are magic constants in PHP?

Asked: Apr 15, 2023

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

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!