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

Why ide is recommended for use while programming with php?

0 Answers  


Is there any function to find repeated value in an array? What is w2 standard

1 Answers  


Where is my php ini file?

0 Answers  


Is php used for frontend or backend?

0 Answers  


What is the exact Diff. between include_once() and require_once() in PHP?

12 Answers  


What are the rules for naming a php variable?

0 Answers  


What are the ways to define a constant in php?

0 Answers  


What is a definer in mysql?

0 Answers  


How to get seconds from current date using date function ?

8 Answers   Sarna Technologies, Satyam,


What is the difference between exception::getmessage and exception::getline?

0 Answers  


what is the use of include_once in php?

0 Answers  


Can I use php in html?

0 Answers  


Categories