w 0-instanceof is used to determine whether a PHP variable is an instantiated object of a certain class 1-instanceof can also be used to determine whether a variable is an instantiated object of a class that inherits from a parent class 2-Lastly, ins…