Which Function Is Used To Transform Php8217s Sessionhandler #248
Which function is used to transform PHP’s session-handler behavior into that defined by your custom handler?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP File and Session Handling - PHP Session Handling - Quiz No.2.
Which function is used to transform PHP’s session-handler behavior into that defined by your custom handler?
session_set_save()
session_set_save_handler()
Session_handler()
session_save_handler()