What types images that php supports?
Answer / subrat
imagetypes ? Return the image types supported by this PHP
build
This function returns a bit-field corresponding to the
image formats supported by the version of GD linked into
PHP. The following bits are returned, IMG_GIF | IMG_JPG |
IMG_PNG | IMG_WBMP | IMG_XPM
Example 1. imagetypes()
| Is This Answer Correct ? | 5 Yes | 0 No |
How do you check if an arraylist is empty?
How can we optimize or increase the speed of a mysql select query?
How to get the ip address of the client?
What is the use of Mbstring?
what are the rules to be followed at the time of declaring a variable?,what is the purpose of var_dump()function in php,syntax of ternary operator()in php,difference between drop a table and truncate a table...
What is the difference between core php and php?
Which is better get or post method?
Write a program in php to check whether a number is prime or not?
Explain me is multiple inheritance supported in php?
Is age nominal or ordinal?
What is cookies php?
What is use of header() function in php?