nerdexam
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)
  • A
    14% (4)
  • B
    4% (1)
  • C
    4% (1)
  • D
    79% (22)

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice