Interviewer And Interviewee Guide

Sr. PHP Programmer Interview Question:

What are the differences between PHP constants and variables?

Submitted by: Administrator
☛ There is no need to write a dollar sign ($) before a constant, where as in Variable one has to write a dollar sign.
☛ Constants cannot be defined by simple assignment, they may only be defined using the define() function.
☛ Constants may be defined and accessed anywhere without regard to variable scoping rules.
☛ Once the Constants have been set, may not be redefined or undefined.
Submitted by:

Read Online Sr. PHP Programmer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.