InterviewSolution
Saved Bookmarks
| 1. |
What is the return type of session_set_save_handler() function?(a) boolean(b) integer(c) float(d) characterI got this question in an interview for job.I want to ask this question from Session Handling-2 topic in section File and Session Handling in PHP of PHP |
|
Answer» CORRECT option is (a) boolean The best EXPLANATION: Returns TRUE on success or FALSE on FAILURE. |
|