Vidyalelo
PHP · Q88

Object Oriented Concept

Programming · PHP · question 88

Q88

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

A.
is()
B.
get_class()
C.
is_a()
Answer
D.
is_the()

Answer: Option C

Solution

Answer: Option C
Solution:
As of PHP 5.3 is_a() no longer deprecated.