What is the default session time in PHP and how can I
change it?
Answer Posted / praveen
1440
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is implode() in php?
Tell us why did you choose this particular career path?
Which function is used to read a file removing the html and php tags in it upwork?
Why did you choose this particular career path?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
How arrays are used in php?
Tell me what are the encryption techniques in php?
How is it possible to remove escape characters from a string?
What is difference between core php and framework?
What is the function of mysql_real_escape_string in php?
Are react hooks stable?
What is $_ request in php?
How are sessions maintained?
What's the difference between __sleep and __wakeup?
Is php pass by reference or value?