Vidyalelo
PHP · Q50

HTML Forms Handling

Programming · PHP · question 50

Q50

What is the return type of session_set_save_handler() function?

A.
boolean
Answer
B.
integer
C.
float
D.
character

Answer: Option A

Solution

Answer: Option A
Solution:
Returns TRUE on success or FALSE on failure.