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

What is T_PAAMAYIM_NEKUDOTAYIM?

0 Answers  


Difference between mysql_connect and mysql_pconnect?

0 Answers  


What is php session start?

0 Answers  


How can we calculate the similarity between two strings?

0 Answers  


What is a composer in PHP?

0 Answers  


can we use PGP with PHP?

1 Answers  


What are php data types?

0 Answers  


How to find the length of a string?

0 Answers  


Explain me what are the 3 scope levels available in php and how would you define them?

0 Answers  


When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?

0 Answers  


What is csrf token in php?

0 Answers  


How to execute a php script from the command line?

0 Answers  


Categories