The Quiz World
Home
>>
PHP Web Development Quiz
>>
All Questions
>> Question
Which of the following function is used for terminate the script execution in PHP?
Options:
A) sleep()
B) stop()
C) die()
D) quit()
Answer : die()
PHP Web Development Quiz
Questions
How do you get information from a form that is submitted using the "GET" method ?
Does php support multiple inheritance?