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 T_PAAMAYIM_NEKUDOTAYIM?
Difference between mysql_connect and mysql_pconnect?
What is php session start?
How can we calculate the similarity between two strings?
What is a composer in PHP?
can we use PGP with PHP?
What are php data types?
How to find the length of a string?
Explain me what are the 3 scope levels available in php and how would you define them?
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)?
What is csrf token in php?
How to execute a php script from the command line?