• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

PHP Quiz | Set-1

Question 11

Which of the following function returns a character from the specified ASCII value?

  • asc()

  • val()

  • ascii()

  • chr()

Question 12

Which of the following function used for the unset variables in PHP?
  • delete()
  • unset()
  • get()
  • All of the above

Question 13

 Which of the following function is used to redirect PHP pages?

  • redirect()

  • header()

  • reflect()

  • None all of the above

Question 14

If you handle a session in PHP which of the below is the correct syntax for that?
  • session_start() function
  • $_SESSION[]
  • isset() function
  • session_destroy() function

Question 15

How do we call the constructor function in the PHP class?
  • class_name()
  • __construct
  • constructor
  • None of the above.

There are 15 questions to complete.

Last Updated :
Take a part in the ongoing discussion