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 to use the COM components in PHP?

2 Answers   HCL,


What is the output of the following php code?

0 Answers  


What are Routines?

0 Answers  


how to extract month from given date by using string functions?

3 Answers  


What is mean by RSS?How can i use this?

1 Answers   TCS,






How to randomly retrieve a value from an array?

0 Answers  


What advance thing in php7?

0 Answers  


Tell me how to find the position of the first occurrence of a substring in a string?

0 Answers  


How to generate pdf file in php?

1 Answers  


What does a dependant variable mean?

0 Answers  


What is the best way to test the strpos() return value in php?

0 Answers  


What is php compared to html?

0 Answers  


Categories