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

What is the capacity of mysql database?

0 Answers  


What is inheritance in php with example?

0 Answers  


What is encapsulation in oop php?

1 Answers  


How can I use single quotes in single quotes in php?

0 Answers  


What are the difference between abstract class and interface?

4 Answers  






What is the major php security hole? How to avoid?

0 Answers  


What is difference Between PHP 5 and 7?

0 Answers  


What is $_ env in php?

0 Answers  


Is it possible to remove the html tags from data?

0 Answers  


How to turn on the session support?

0 Answers  


What is http php?

0 Answers  


How to use validations in php?(codelgniter)

2 Answers  


Categories