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 we get browser details of clients machine?

0 Answers  


What changes to done in PHP.ini file for file uploading?

2 Answers  


Is php easier than javascript?

0 Answers  


How to include variables in double-quoted strings?

0 Answers  


What is the difference between $name and $$name?

0 Answers  






How to check if a string contains a character or word in php?

0 Answers  


What is the meaning of a persistent cookie?

0 Answers  


which will print out the php call stack?

0 Answers  


What is array function in javascript?

0 Answers  


What is the purpose of a query?

0 Answers  


what is nl2br?

4 Answers  


What is trim codeigniter?

0 Answers  


Categories