What is the PHP predefined variable that tells the What
types of images that PHP supports?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does addslashes do in php?

542


Are php short tags acceptable to use?

532


How long is a php session valid?

520


Is numeric in php?

537


How do you use bcrypt for hashing passwords in php?

534






Explain some most commonly use string functions in php?

507


What are the difference between array_keys() and array_key_exists() in php?

544


How to swap two variables without using 3rd temp variable.

499


Will php die?

530


When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?

518


What is data structure in php?

509


How can i execute PHP File using Command Line?

529


What is the correct and the most two common way to start and finish a php block of code?

537


What is string and its function?

519


Is it possible to extend the execution time of a php script?

500