Zend
200-710 · Question #126
What is the name of the function that allows you register a set of functions that implement user- defined session handling?
The correct answer is D. session_set_save_handler(). See the full explanation below for the reasoning.
Question
What is the name of the function that allows you register a set of functions that implement user- defined session handling?
Options
- Asession_set_handler()
- Bsession_set_storage_handler()
- Csession_register_handler()
- Dsession_set_save_handler()
How the community answered
(28 responses)- A14% (4)
- B4% (1)
- C4% (1)
- D79% (22)
Community Discussion
No community discussion yet for this question.