Multiple Choice Questions Answers

Please fill the details and answers the all questions-

Name*:
Age*:
Phone*:

Ques1 : Who is the father of PHP?

  1. Rasmus Lerdorf
  2. Larry Wall
  3. Zeev Suraski

Ques2 : Which of the functions is used to sort an array in descending order?

  1. sort()
  2. asort()
  3. rsort()

Ques3 : Which version of PHP introduced the instanceof keyword?

  1. PHP 4
  2. PHP 5
  3. PHP 6