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 does $_cookie mean?
Which php global variable is used for uploading a file?
What is the difference between print() and echo()?
What is the default session time in PHP and how can I change it?
Explain converting an object?
What is substr in php?
What are the two main string operators?
What does odbc do in context with php?
Which is the best web server?
What is default session time and path in php?
what is interface in java.
Where can I find php ini file?