what is the default session expire time in php?
what is default file attachment size in mail in php?
Answer Posted / luvboy
Default Session expire time is 24mins
Default attachement size is 2mb
both can be changed in php.ini file.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
How can we display the output directly to the browser?
What is the phpstorm?
What is the difference between for and foreach loop in php?
Explain Type hinting in PHP?
What is composer install?
Does php support multiple inheritances?
What does $this do in php?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
Explain how can we execute a php script using command line?
Explain what are psrs?
How to make horizonatl menu and vertical menu responsive
Explain what is memcache?
Does strlen include null?
What is filter_var?
How does cookies work in php?