Q:

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

belongs to collection: OBJECT TOOLS AND VARIABLES IN PHP MCQ

0

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


  1. is()
  2. get_class()
  3. is_a()
  4. is_the()

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).is_a()

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT TOOLS AND VARIABLES IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
You use the get_class_methods() function to return... >>
<< Which one of the following will you use to check t...