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 |
Why ide is recommended for use while programming with php?
Is there any function to find repeated value in an array? What is w2 standard
Where is my php ini file?
Is php used for frontend or backend?
What is the exact Diff. between include_once() and require_once() in PHP?
What are the rules for naming a php variable?
What are the ways to define a constant in php?
What is a definer in mysql?
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?
what is the use of include_once in php?
Can I use php in html?