How can I find what type of images that the PHP version
supports?
Answer Posted / viral shah
Use function phpinfo() and you will get all detail regarding
your server as well as domain.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the methods useful for method overloading?
Tell us how can we access the data sent through the url with the post method?
What is $_ get in php?
What is the difference between exception::getmessage and exception::getline?
How big is nvarchar max?
Which is the dependent variable?
What are the file upload settings in configuration file?
What is difference between ksort() and usort() functions.
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is the default session out time?
What is difference between readonly and constant?
How to add comments in php?
How can you retrieve a cookie value?
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?
What is a composer in PHP?