Sr. PHP Programmer Question:

Can the value of a constant change during the script's execution?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

No, the value of a constant cannot be changed once it's declared during the PHP execution.


Previous QuestionNext Question
What are some magic methods in PHP, how might you use them?What are PSRs? Choose 1 and briefly describe it?