Sr. PHP Programmer Question:

Download Job Interview Questions and Answers PDF

What is the Scope Resolution Operator?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

"::" double colons is the scope operator it is used to call methods of a class that has not been instantiated. You should also understand static methods and how they differ from regular methods.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
How will you access the content type of the uploaded file in PHP?How ereg() function works?