Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Tell me how can we determine whether a PHP variable is an instantiated object of a certain class?

To be able to verify whether a PHP variable is an instantiated object of a certain class we use instanceof.

 225 views

More Questions for you: