Sr. PHP Programmer Question:

How do you define a constant?

Tweet Share WhatsApp

Answer:

Using define() directive, like define ("MYCONSTANT",150)

Read All 202 Senior PHP Programmer Questions
Previous QuestionNext Question
How to find the length of a string?What are the encryption techniques in PHP?