Q:

Which function is used to transform PHP’s session-handler behavior into that defined by your custom handler?

belongs to collection: SESSION HANDLING IN PHP MCQ

0

Which function is used to transform PHP’s session-handler behavior into that defined by your custom handler?


  1. session_set_save()
  2. session_set_save_handler()
  3. Session_handler()
  4. session_save_handler()

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).session_set_save_handler()

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

SESSION HANDLING IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
The session_start() function must appear... >>
<< Which function effectively deletes all sessions th...