Junior PHP Developer Question:

Tell me what does the scope of variables means?

Tweet Share WhatsApp

Answer:

The scope of a variable is the context within which it is defined. For the most part all PHP variables only have a single scope. This single scope spans included and required files as well.

Download Junior PHP Developer PDF Read All 161 Junior PHP Developer Questions
Previous QuestionNext Question
Tell me how can we connect to a MySQL database from a PHP script?Tell me how to execute an sql query? How to fetch its result?