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

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

Read Online Junior Developer PHP Job Interview Questions And Answers