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 is basename php?
What are the features of object-oriented programming in php?
Where do we use get and post?
What is the difference between print() and echo() in PHP?
What is php stack?
Is array a key php?
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.
What is button in html?
Tell me what's the difference between include and require?
What is overloading and overriding in php?
How to terminate the execution of a script in PHP?
What are php applications?
What is the correct syntax of mail() function in php?
What is a collection in php?
What is a php session?