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

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

The function session_set_save_handler() is used to set the user-level session storage functions which are used for storing and retrieving data associated with a session.

Related Questions

Laplace transform of the function f(t) is given by $${\text{F}}\left( {\text{s}} \right) = {\text{L}}\left\{ {{\text{f}}\left( {\text{t}} \right)} \right\} = \int_0^\infty {{\text{f}}\left( {\text{t}} \right){{\text{e}}^{ - {\text{st}}}}{\text{dt}}{\text{.}}} $$       Laplace transform of the function shown below is given by
Transform Theory mcq question image