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 |
What is the capacity of mysql database?
What is inheritance in php with example?
What is encapsulation in oop php?
How can I use single quotes in single quotes in php?
What are the difference between abstract class and interface?
What is the major php security hole? How to avoid?
What is difference Between PHP 5 and 7?
What is $_ env in php?
Is it possible to remove the html tags from data?
How to turn on the session support?
What is http php?
How to use validations in php?(codelgniter)