What types images that php supports?



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

Post New Answer

More PHP Interview Questions

How do I stop php artisan serve in windows?

0 Answers  


What is the difference between urlencode and urldecode ?

3 Answers  


What are arguments in php?

0 Answers  


how to include a datepicker in a form using php and mysql

2 Answers  


how can i disable multiple user in the same password in my website using any scripts

1 Answers  


When you will get the error "Cannot add header information"?

2 Answers  


How many ways we can give the output to a browser?

6 Answers  


What is cms php?

0 Answers  


how much can a 1yr experienced php programmer earn in india?

9 Answers   TCS, Tops Technologies,


How can you encrypt password using php?

0 Answers  


Tell us what does $_cookie means?

0 Answers  


When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?

0 Answers  


Categories