

MCQOPTIONS
Saved Bookmarks
1. |
Which function is used to transform PHP’s session-handler behavior into that defined by your custom handler? |
A. | session_set_save() |
B. | session_set_save_handler() |
C. | Session_handler() |
D. | session_save_handler() |
Answer» C. Session_handler() | |