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 software is required for php?
What is meant by ‘passing the variable by value and reference' in php?
Tell us how to redirect a page in php?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
Tell me can the value of a constant change during the script's execution?
Which one is best framework for php?
Tell us how can we display the output directly to the browser?
Tell me how is it possible to remove escape characters from a string?
How can we get the browser properties using PHP?
4 Answers Google, Pollux Softech,
Does php need html?
Is it more secure to use cookies to transfer session ids?
How can we display information of a variable and readable by human with php?