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 |
How do I stop php artisan serve in windows?
What is the difference between urlencode and urldecode ?
What are arguments in php?
how to include a datepicker in a form using php and mysql
how can i disable multiple user in the same password in my website using any scripts
When you will get the error "Cannot add header information"?
How many ways we can give the output to a browser?
What is cms php?
how much can a 1yr experienced php programmer earn in india?
9 Answers TCS, Tops Technologies,
How can you encrypt password using php?
Tell us what does $_cookie means?
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)?