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 |
Tell me what is pear?
Do you know what does $globals means?
What is difference between echo and print_r in php?
Explain Whitespace Characters?
How to write php function in html onclick?
What is php built on?
What is a query give example?
Differentiate between php5 and php7?
Whether site will complete the execution of the script if Fatal error occurs ?
How many types of array supported in php?
What is a php web application?
How can you make a connection with mysql server using php?