Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ What is the Scope Resolution Operator?

"::" 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.

 170 views

More Questions for you: