Q88
PHP 4 did not support instanceof. Instead, which function did it provide?
A.
is()
B.
get_class()
C.
is_a()
AnswerD.
is_the()
Answer: Option C
Solution
Answer: Option C
Solution:
As of PHP 5.3 is_a() no longer deprecated.