Zend
200-550 · Question #102
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
(20 responses)- A5% (1)
- B5% (1)
- C15% (3)
- D75% (15)
Community Discussion
No community discussion yet for this question.