Examveda
Examveda

PHP 4 did not support instanceof. Instead, which function did it provide?

A. is()

B. get_class()

C. is_a()

D. is_the()

Answer: Option C

Solution(By Examveda Team)

As of PHP 5.3 is_a() no longer deprecated.

This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept