What does the scope of variables mean?

  • The visibility of variables
  • The size of variables
  • The memory location of variables
  • The lifetime of variables
The scope of variables refers to the visibility or accessibility of variables within different parts of the code. It determines where and for how long a variable can be accessed. Learn more: http://php.net/manual/en/language.variables.scope.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *