What is the PHP predefined variable that tells the What
types of images that PHP supports?
Answer / vijaya
int imagetypes ( void )
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.
| Is This Answer Correct ? | 6 Yes | 0 No |
How can you declare the array in php?
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
What are the Advantages and Application Areas of PHP?
Which is the best web server?
Why do we use query?
Do while loops?
Which database is best for php?
How long do php sessions last?
How to compare two strings with comparison operators in php?
What is the use of php and mysql?
How can you get the size of an image in PHP?
What is static method php?